*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
}
body{
    background-image: url('photo-1512486130939-2c4f79935e4f.jpeg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 2px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.card{ 
    display: flex;
    width: 350px;
    height:800px;
    background-color:goldenrod transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    background-attachment: fixed;
    border: 1px solid black;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    outline: 2px solid greenyellow;
}
form{
    display: flex;
    flex-direction: column;
    padding: 10%;
}
.Gender{
    padding-bottom: 10px;
    margin: 0%;
}
input{
    border-radius: 10px;
    border: 0.5px solid black;
    margin-top: 10px ;
    padding: 10px 8px;
}

button{
    background-color:rgb(5, 5, 5);
    color: white;
    padding: 10px 8px;
    border-radius: 10px;
}
