body{
    height: auto;
    font-family: 'Oswald', sans-serif;
}

video{
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
div{
    background: rgba(192, 57, 43,0.8);
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 60%;
    margin-top: 15%;
    text-align: center;
    height: auto;
}

h1{
    color: #fff;
    font-size: 60px;;
    padding: 15px;
    font-weight: 700;
}
p{
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}
a{
    width: 230px;
    text-decoration: none;
    color: #1abc9c;
    font-size: 35px;
    display: block;
    margin: 30px auto 0px auto;
    padding: 15px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    font-weight: 500;
}
form{
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 400;
}
label{
    color: #fff;
    font-size: 25px;
    padding: 10px;
}
#email{
    font-size: 25px;
    border: none;
    border-radius: 5px;
}
#sendBTN{
    border: 2px solid #fff;
    border-radius: 5px;
    background: rgba(0,0,0,0.0);
    font-size: 25px;
    color: #fff;
}
#sendBTN:hover{
    background: #fff;
    color: rgb(192, 57, 43);
}
section{
    margin-top: 20px;
}

section i{
    font-size: 3em;
    color: #fff;
    padding: 5px;
}