
body{
    text-align: center;
    font-family: 'Andale Mono', monospace;
    min-height: 100vh;
    width: 100%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0 0%;
}
button{
    margin-left: 150px;
    margin-right: 150px;
    background-color: darkkhaki;
    width: 150px;
    height: 50px;
    font-size: 22px;
}
.bigtext{
    color: peru;
    text-align: center;
    font-size: 44px;
}
#welcomesubtext{
    color: rgb(112, 159, 245);
    font-size: 22px;
}
.explain{
    color: rgb(255, 149, 117);
    font-size: 22px;
}
#HCB_comment_form_box{
    background-color: transparent;
}
#hcb_form{
    background-color: transparent;
}
#homebutton{
    background-color: coral;
}
.musicroombig{
    color: darkslategrey;
    font-size: 44px;
}
#musicdescription{
    color: darkorange;
    font-size: 22px;
}
.albumcovers{
    width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-right: -10px;
}
