body {
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #f1f7a1;
}

#noButton {
    position: absolute;
    margin-left: 150px;
    transition: 0.5s;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}

#yesButton {
    position: absolute;
    margin-right: 150px;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#maca {
    height: 400px;
}

.header_text {
    font-family: 'Nunito';
    font-size: 50px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-left: 20px;
}

.btn {
    background-color: #e9f16e;
    color: #333333;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #FAF9F6;
}

.maca_container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#jaTekst {
    text-align: center;
    font-size: 10px;
}
