a{
    text-decoration: none;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(110, 110, 110);
}
#nose{
    background:linear-gradient(rgb(253, 171, 253),rgb(64, 64, 243));
    width: 40%;
    height: auto;
    border-radius: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: .4s;
}
#nose:hover{
box-shadow: 20px 20px 20px black;
border-radius: 30px;
margin-bottom:20px ;
background: linear-gradient(rgb(50, 50, 211),rgb(190, 34, 190));
}
.name{
    margin-top: 20px;
}
input:focus {
    border: 2px solid #007BFF;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 123, 255, 0.5);
}
select:focus {
    border: 2px solid #007BFF;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 123, 255, 0.5);
}
form{
   text-align: center;
}
.name1 label{
font-size: 20px;
margin-right:45%;
}
.name2 label{
font-size: 20px;
margin-right:53%;
}
.name3 label{
font-size: 20px;
margin-right:42%;
}
.name4 label{
font-size: 20px;
margin-right:40%;
}
.name5 label{
font-size: 20px;
margin-right:49%;
}
.name6 label{
font-size: 20px;
margin-right:47%;
}
.name7 label{
font-size: 20px;
margin-right:34%;
}
input, select {
    border-radius: 10px;
    border: none;
    height: 40px;
    width: 60%;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}
.p{
    padding-top: 10px;
}
button{
    width: 60%;
    height: 40px;
    border: none;
    background-color: chartreuse;
    border-radius: 10px;
}
.ch{
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
#error-message {
color: red;
font-size: 14px;
display: none;
margin-top: 5px;
}