*{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}



body{
    background-image: url(../images/bg.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 #72582C;
    padding: 10px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
}

fieldset{
    padding: 5px 20px;
    border: 1px solid #72582C;
    
}

label, input{
    display: block;
    font-size: 16px;
    /* border-radius: 60px; */
    /* border: none; */
}

.sports input, .sports label{
    display: inline;
}

.sports input{
    width: 20px;
    
}

input, textarea, select{
    width: 100%;
    padding: 8px;
    background-color: transparent;
    color: #141212;
}

label{
    margin-top: 10px;
    color: #FFFFFF;
}

#hobby{
    width: 100%;
    height: 40px;
}

legend{
    color: #FFFFFF;
}

button{
    background-color: #eea11b;
    width:100%;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 16px;
}


#sky{
    background-image: url(../images/sky.png);
}
h1 {
    text-align: center;
    margin: 5px;
}

