html{
    font-size: 20px;
}
body{
    margin:0;
}
a{
    text-decoration-line: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}
p{
    line-height: 1.2rem;
}
input{
    border:0;
    background-color: #ebebeb;
    color: #000;
    font-size: .8rem;
    padding:.2rem .5rem;
}
input:focus{
    outline: none;
    caret-color:#000;
    color: #000;
}
select{
    border:0;
    background-color: #ebebeb;
    color: #000;
    padding:.2rem .5rem;
    font-size: .8rem;
}
select:focus{
    outline: none;
    background-color: #ebebeb;
    color: #000;
}
textarea{
    border:0;
    background-color: #ebebeb;
    overflow: visible;
    color: #000;
    font-size: .8rem;
    min-height:5rem;
}
textarea:focus{
    outline: none;
    background-color: #ebebeb;
    color: #000;
}
.top{
    height:25vh;
    position: relative;
}
.top img{
    width:100%;
    height:100%;
}
.top div{
    display: flex;
    justify-content: center;
    font-size:1.5rem;
    font-family: 'Arial Negreta cursiva', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
    color: #000;
    position: absolute;
    z-index:10;
    bottom:30%;
    width:100%;
    justify-content: center;
}
.main{
    display: flex;
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    height:80vh;
    z-index:11;
    background-color: rgba(30, 29, 43, 1);
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    color: #000;
}
.main-body{
    width:100%;
    margin:1.5rem;
}
.main-title{
    display: flex;
    justify-content: right;
    font-family: 'Arial Negreta cursiva', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size:.9rem;
}
.main-footer{
    display: flex;
    padding:0 10%;
    justify-content: space-between;
    margin-top:20px;
}
.main-footer a{
    text-align: center;
    width:45%;
    font-size: .8rem;
    color: #fff;
    background-color: #1266fa;
    padding:.8rem 0;
    border-radius: .2rem;
}
.main-footer1{
    display: flex;
    padding:0 10%;
    justify-content: space-between;
    margin-top:20px;
}
.main-footer1 a{
    text-align: center;
    width:45%;
    font-size: .8rem;
    color: #fff;
    background-color: #1266fa;
    padding:.8rem 0;
    border-radius: .2rem;
}
