form{
    width:50%;
    padding-left: 60px;
    margin-top: 30px;
    height: auto;
    margin-bottom: 30px;
}
fieldset{
    padding: 30px;
}
.background{
    border-radius: 15px;
    border: 2px solid rgb(3, 74, 166);
    box-shadow: -6px 6px rgb(3, 74, 166);
}
input{
    width: 100%;
    border: 1.5px solid rgb(242, 95, 41);
    height: 20px;
    margin-top: 5px;
    border-radius: 5px;
}
.submit{
    width: auto;
    height: auto;
    padding: 3px;
    margin-top: 10px;
    font-family: "lexend zetta", sans-serif;
    font-weight: 500;
    background-color: white;
    border: 2px solid rgb(242, 95, 41);
    border-radius: 5px;
    box-shadow: -3px 3px rgb(242, 95, 41);
    color: rgb(3, 74, 166);
}

textarea{
    width: 100%;
    border: 1.5px solid rgb(242, 95, 41);
    height: 80px;
    margin-top: 5px;
    border-radius: 5px;
}
label{
    font-family: "lexend zetta", sans-serif;
    font-weight: 500;
}
.submit:hover{
color: rgb(242, 95, 41)
}  
p a:hover{
    text-shadow: 1px 1px rgb(172, 67, 28);
}
.req{
    color: rgb(242, 95, 41);
}