@import url('https://fonts.googleapis.com/css?family=Khula&display=swap');
body {
    background-color: #8b9b89
}

h1 {
    color: #ffffff;
}

.parent {
    margin-top: 10px;
    margin-bottom: 0;
    height: 670px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: #34c73b;
    box-shadow: 1px 0px 2px #ffffff;
}

.left {
    background-image: url('https://cdn.dribbble.com/users/3409191/screenshots/6302425/image.png');
    background-size: center;
    height: 670px;
    border-radius: 10px 0 0 10px;
    margin: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px 0 0 5px;
    height: 670px;
}

.akan {
    font-size: 40px;
    padding-top: 20px;
    font-weight: bolder;
    font-family: system-ui;
}

.top-form {
    margin-top: 30px;
}

.labels {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: 25px;
    color: #54c150f6;
}

.p-text {
    margin: 30px 30px 30px 10px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Khula', sans-serif;
}

.genders {
    margin-left: 50px;
}

.btn {
    margin-left: 50px;
    margin-top: 20px;
    height: 45px;
    width: 200px;
    border-radius: 20px;
}

.q-text {
    color: #fdd043;
    font-size: 30px;
    font-weight: bold;
    margin: 80px 20px 20px 10px;
}

#result {
    margin-top: 40px;
    margin-left: 50px;
    color: #5dc91f;
    font-weight: bolder;
    font-size: 22px;
}

.rounded-circle {
    margin-left: 40%;
}