body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #fff9e8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    color: #754400;
    font-size: 40px;
    margin-bottom: 30px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 62%;
}

.opilane {
    background-color: #fffdf4;
    border-radius: 12px;
    padding: 15px 22px;
    border: 2px solid #ff8c00;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    color: #f57c00;
    text-align: center;
}

.opilane.mees:hover {
    background-color: #89cff0;
    color: #006eff;
    border: 2px solid #006eff;
}

.opilane.naine:hover {
    background-color: #ffb6c1;
    color: #ff0000;
    border: 2px solid #ff0000;
}