body{
    background-color:#89898900;
}

.navbar {
    text-align: center;
    padding-top: 10px;
    font-family: 'Courier New', Courier, monospace;
}

a{
    padding: 20px;
}

.hero{
    text-align: center;
    height: 500px;
    background-image: url(img/music-book-6168179_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.center{
    padding-top: 180px;
}

h2{
    padding-left: 80px;
}


.bottombox{
    background-color:rgb(118, 114, 108);
    margin-left: 5%;
    margin-right: 5%;
    height: 150px;
    text-align: center;
    margin-top: 20px;
}

.bottombox h1{
    color:white;
}

.button{
    background-color: whitesmoke;
    border-radius: 10px;
}

.container{
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    justify-content: space-between;
}

.imgsize{
    height: 400px;
    width: 300px;
}

