body {
    font-family: Vezitsa, serif;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

.container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    text-align: center;
    color: #333;
    font-family: 'Vezitsa', serif;
}

#gender-select {
    margin-bottom: 20px;
    padding: 20px;
}

#gender-select h2 {
    margin-top: 0;
}

#result {
    text-align: center;
}

#result p {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

select {
    font-family: 'Vezitsa', serif;
}

