body{
    background-image: url("https://user-images.githubusercontent.com/55548691/157049284-ba62dba1-ab08-4f84-85f3-48b7cb70de15.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#logo{
    height: 15vh;
    width: 20vh;

}
#akan h4{
    text-align: end;
    font-family: 'Sofia';
    font-weight: bold;
    font-size: 30px;
}
.form-fill{
    height: 300px;
    box-shadow: 30%;
    opacity: 0.8;
}
#validate{
    padding-top: 30px;
    background-color: goldenrod;
    height: 380px;
    margin-top: 3%;
}
#validate label{
    margin-left: 50px;
    font-weight: bolder;
}

#gender{
    margin-top: 20px;
    margin-left: 120px;
    height: 30px;
    width: 100px;
}
#gender value{
    font-weight: 80px;
}
#line{
    margin-top: 3%;
    background-color:black;
    color: black;
    width: 100%;
    border: 30px;
    height: 10px;
}
#sub{
    margin-top: 2%;
    margin-left: 50px;
    border: 2px black;
    border-radius: 20px;
    color: black;
    height: 6vh;
    width: 30vh;
    font-weight: bolder;
    background-color: red;
}
.name{
    margin-left: 70px;
}
.birth{
    margin-top: 30px;
    margin-left: 70px;
}
#output{
    font-weight: bold;
    color: black;
    font-size: xx-large;
}