*{
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.body3{
    width: 100%;
    height: 100vh;
    background-color: rgb(71, 151, 111);
    position: relative;
    background-size: 100%;
    background-position: center;
}
.wrapper3{
    padding-top: 0px;
height: 100px;
width: 100%;
background-color: rgba(20, 10, 2, 0.822);
border-radius: 15px;
}
.test3{
    color: rgba(255, 0, 34, 0.959);
    font-size: 2rem;
    background-color: white;
    width: max-content;
}
.test3 span{
    color: rgb(40, 6, 231);
}
.navbar3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .navbar3 a{
    font-size: 1.5rem;
    color: rgb(40, 6, 231);
    padding-left: 2rem;
    text-decoration: none;
    
}
.navbar3 a:hover{
    color: rgb(212, 16, 16);
    letter-spacing: 2px;
}
.h1{
    color:rgb(247, 8, 8);
     padding-top: 80px;
     padding-bottom: 30px;
     font-size: 1.5rem;
     text-align: center;
}
.form{
    display:block;
text-align: center;

}
.form input{
    height: 30px;
  width: 200px; 
  background-color: transparent;
  padding: 5px; 
  margin: 20px;
  border-radius: 10px;
  border-color: rgb(194, 38, 38);
}
.form label{
    color: white;
    font-size: 20px;

}
.form button{
    background-color: transparent;
    box-shadow: 1px;
    filter: (10px 15px aqua);
    height: 30px;
    width: 100px;
    font-size: 20px;
    border-radius: 20px;
    color: white;
    margin-left:90px;
}
form input .message{
width: 200px;
height: 100px;
}
