*{
    padding: 0;
    margin: 0;
}
.container{
/*    height: 94vh;*/
    width: 750px;
    margin: 0 auto;
    background: #ddcfcf;
    margin-top: 3vh;
}
h1{
    height: 60px;
    background: rgba(181, 119, 119, 0.57);
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    text-shadow: 5px 5px 5px #fff;
    padding-top: 20px;
}
h2{
    display: inline-block;
    width: 30%;
    padding-top: 10px;
    padding-left: 60px;
    font-size: 25px;
    text-shadow: 3px 3px 3px #fff;
}
input{
    height: 25px;
    width: 400px;
    padding: 5px 15px;
    padding-bottom: 5px;
    outline: none;
    border: 2px solid rgba(45, 38, 38, 0.5);
}
small{
    width: 100%;
    text-align: center;
    display: block;
    color: red;
    line-height: 20px;
}
input[type=checkbox]{
    margin-top: 10px;
    width: 20px;
    height: 20px;
    margin-left: 200px;
    display: inline-block;
}
button{
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-left: 35%;
    background: rgba(181, 119, 119, 0.57);
    border-radius: 10px;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
}
input[type=radio]{
    width: 50px;
    height: 20px;
    text-align: center;
}
.gen35{
    font-size: 20px;
}
#term{
    font-size: 25px;
    line-height: 50px;
    display: inline-block;
}
select{
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid rgba(45, 38, 38, 0.5);
}
































