body {
    background-color: #96858F;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.container {
    display: flex;
    flex-direction: column;    
    width: 80%;
    margin: 5em auto;
    padding: 50px;
    background-color: #6D7993;
    border-radius: 10%;
}

p {
    color:#D5D5D5;
    font-family: 'Indie Flower', cursive;
    font-size: 140%;
}

h1 {
    color:burlywood;            
    text-align: center;
    text-shadow:  2px 2px #96858F;
    font-size: 200%;
}

h2 {
    color:burlywood;            
    text-align: center;
    text-shadow:  2px 2px #96858F;
    font-size: 150%;
}


#buy{
    text-decoration: underline;
    
}

#email{
    color:burlywood;            
}

.input-field
{
    width: 100%;
    padding-top: 26px;
    border-radius: 21px;
    font-size: 25px;
    font-family: 'Indie Flower', cursive;
}

.form-container
{
    
}

.button
{
    width: 100%;
    font-size: 26px;
    margin-top: 29px;
    font-family: 'Indie Flower', cursive;
    border-radius: 27px;
    background-color: antiquewhite;
}

