
body{
    background-color: rgb(38, 65, 16);
    text-align:center;
}


.image-top {
    width: 95vw;
    max-width: 480px;
}

.select-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.select-group {
    flex: 1;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

select:focus {
    outline: none;
    border-color: #4CAF50;
}

.info p {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
}