/* Import Font */
@import url(https://db.onlinewebfonts.com/c/840c587995af767e3b9cd09ab83f946d?family=Font+AwEsome+6+Brands+Regular);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Font Awesome 6 Brands Regular", "Comic Sans MS";
    font-size: 20px;
}body{
    background-image: url("src/pexels-bess-hamiti-83687-36487.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/* body {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.navbar {
    height: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.navoptions a {
    font-family: "Comic Sans MS", sans-serif;
    height: 30px;
    padding-left: 80px;
    justify-content: space-evenly;
    display: inline;
    font-weight: 700;
    text-decoration: none;
    color: white;
    transition-duration: 1s;
}

#feedred {
    color: red;
    text-decoration: underline;
    padding-right:80px;
}

a:hover {
    color: red;
    text-decoration: underline;
}

.logo {
    padding-right: 400px;
    padding-left: 30px;
}
form{
    margin-left: 50px;
    color:lightseagreen;
    margin-top: 50px;
    display: flex;
}
.Upperform{
    display: inline;
    margin-left: 60px;
}
.lowerform{
    margin-left: 100px;
    display: inline;
}
input{
    padding-top: 30px;
}
textarea{
    height:200px;
    width:450px;
}
.checkboxes label{
    margin-top:20px;
}
.nameandmail input{
    height:60px;
    width:400px;
    text-align:center;

}
#submit{
    height: 32px;
    width: 117px;
    padding-top:0px;
    background-image: linear-gradient(to bottom, #fdc094, #ff9190);
}
#clearall{
    height: 31.5px;
    background-image: linear-gradient(to bottom, #fdc094, #ff9190);
}
#clear{
    height: 32px;
    width: 117px;
    padding-top: 0px;
    background-image: linear-gradient(to bottom, #fdc094, #ff9190);
}