.coverPic{
    margin-left: 20%;
    width: 255px;
    height: 413px;
}


#mobiledropDown{
    display: block;
    height: 55px;
}

button{
    border-color: azure;
    background-color: black;
}

button>a{
    color: aliceblue;
}

#bookContainer{
    display: flex;
    justify-items: center;
    margin-bottom: 30px;
}

body{
    background-color: rgb(0, 0, 0);
    color: white;
}


#sample{
    background-color: white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    height: 75vh;
}
#pitch{
    padding-left: 5%;
    padding-right: 5%;
}

#tagline{
    font-weight: 100;
    font-size: large;
}

#about{
    font-size: 1.2em;
}

#navbar{
    align-self: flex-start;
}

#headerMenu{
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

.navButton{
    display: none;
    font-size: 1.4em;
    border:none;
}
#buttonDiv{
    margin-right: auto;
}
#signupBorder{
    padding: 5%;
    background-color: rgb(255, 255, 255);
}
button{
    margin: 5px;
}
 @media screen and (max-width: 600px) {
    #bookContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
 
    #mobiledropDown{
        display: block;
    }
    #sample{
        width: 100%;
        height: 70vh;
        width: 80vw;
    }
    .coverPic{
        margin-left: auto;
        margin-right: auto;
        width: 128px;
        height: 207px;
        padding: 0%;
    }
}

@media screen and (max-width: 720px) and (min-width: 500px) {
    .coverPic{
        margin-left: 5%;
    }
    #sampleContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media screen and (min-width: 700px) {
    #sampleContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #mobiledropDown{
        display: block;
    }
}


@media screen and (min-width: 720px) {
    #bookContainer{
       width: 100vw;
       margin-left: auto;
       margin-right: auto;
    }
    #sampleContainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

} 