*{
    padding: 0;
    margin: 0;
}
.container{
    width: 75vh;
    background: rgba(186, 153, 153, 0.64);
    margin: 0 auto;
    margin-top: 5vh;
    box-shadow: 10px 10px 1000px 20px red;
    border: 5px dotted red;
}
h1{
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
}
form{
    text-align: center;
}
h3{
    text-align: center;
    width: 450px;
    background: rgba(255, 0, 0, 0.26);
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
    box-shadow: 10px 20px 30px rgba(255, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    margin-bottom: 100px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: none;
}
#grad{
    font-size: 35px;
    text-transform: uppercase;
    line-height: 80px;
    color: red;
}
h2{
    color: rgba(180, 98, 98, 0.88);
}
select{
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
input[type=submit]{
    width: 120px;
    height: 35px;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
h3 h2{
    color: red;
    padding-bottom: 5px;
}
h3 h1{
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-decoration: underline;
}
h3 h2 span{
    font-size: 45px;
    line-height: 50px;
    text-shadow: 2px 2px rgb(95, 45, 45);
    font-style: italic;
}
h3 h2 i{
    font-size: 35px;
    line-height: 40px;
    text-shadow: 2px 2px rgb(95, 45, 45);
}

