{
    margin: 0:
    padding: 0: 
    font-family: "Anta", sans-serif;
}

body{
    background-image: url(../images/OIP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
main{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
form{
    width: 350px;
    border: 1px solid #75282c;
    padding: 10px;
   /* border-radius: 5px; */
   /* backdrop-filter: blur(5px); */
}
fieldset{
    padding: 10px 20px 20px 20px;
    border: 1px solid #75282c;
    
}
label, input{
    display: block;
    color: white;
    text color: color: black;
    font-size: 15px;
    border-radius: 60px;
    border: none;
}

.sports input,#sports label{
display: inline;
}
.sports input{
    width: 20px;
}

input, textarea, select{
    width: 100%;
    padding: 8px;

}
label{
    margin-top: 10px;
}

#hobby{
    width: 100%;
    height: 30px;
}

legend{
    color: white;
}

button{
    background-color: rgb(245, 33, 33);
    width: 100%;
    border-radius: 20px;
    -webkit-text-fill-color: black;
    font-size: 16px

}