body {
    margin: 0;
    
}

#someHeader {
    color: blue;
    

}

h1 {
    color: red;
}


#buttonsContainer {
    margin-left: 24px;
    margin-right: 16px;
    margin-bottom: 64px;
}

#volumeslider {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 32px;
    color: black;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#soundboard {
    margin-left: 32px;
}

#topnav {
    background-color: #343A40;
    padding: 16px;
}

.topnavtext {
    color: white;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 64px;
}

#topnav .topnavtext.active {
    font-weight: bold;
}

.button {
    -moz-box-shadow: 3px 4px 0px 0px #9fb4f2;
    -webkit-box-shadow: 3px 4px 0px 0px #9fb4f2;
    box-shadow: 3px 4px 0px 0px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 7px 25px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
    margin: 8px;
}
