body{
    background-color: #fdf7f9;
    transition: all;
}

h3{
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: lighter;
}

form{
    margin-top:40px;
    padding: 50px 0;
    border: 1px solid #00bcd4;
    width: 50%;
    background-color: #cbf1f6;
    box-shadow: 0 2px 4px 2px rgba(255, 190, 190, 0.5);
}

input{
    height:30px; 
    width:50%; 
    padding-left:10px;
    font-family: Arial, Helvetica, sans-serif;

}
.form-control{
    margin: 10px 0;
    width: 100%;
}
label{
    font-size: 0.7rem;
    font-family: Arial, Helvetica, sans-serif;
    
}
#button, #ageButton{
    width: 51%;
    margin-top: 20px;
    height: 40px;
    background: #00bcd4;
    border: none;
    color: aliceblue;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: lighter;
    cursor: pointer;
    transition: 0.5s;
}

#button:hover, #ageButton:hover{
    background: #0398ac;
    color: aliceblue;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    color: #00bcd4;
    font-size: 1.5rem;
}
