html{
    min-height:100%;
}
body{
    background-image:linear-gradient(#1f05fa, #FF0000) ;
    justify-content: center;
    display: flex;
    width:100%;
    min-height:100%;
    height:920px
}
#main{
    padding:20px;
    text-align: center;
    background-color: #8A0281;
    border-style:solid;
    border-radius: 20px 0px 20px 0px;
    border-color:#000;
    max-width: 1200px;
    width:75%;
    min-height:90%;
}
#form{
    background-color:#4A1281;
    border-style: double;
    border-color:#8A0220;
    border-width:10px;
}
h1{
    color:yellow;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
h2{
    color:yellow;
    font-family: Arial, Helvetica, sans-serif;
}
p{
    color:yellow;
    font-family:Arial, Helvetica, sans-serif;
}
button{
    background-color:#1f05fa;
    border:5px;
    border-style:solid;
    color:yellow;
    height:40px;
    justify-content: space-between;
    font-family:Arial, Helvetica, sans-serif;
}
ul{
justify-content: space-between;
list-style-type:none;
margin:0px;
padding:0px;
overflow:hidden;
width:100%;
text-align:left;
}
@media(min-width:992px){
    h1{
        font-size:40px;
    }
}
@media(max-width:768px){
    h1{
        font-size:20px;
    }
}