body {
    min-height: 100vh;

    margin: 0;
    padding-top: 100px;

    overflow-x: hidden;

    background-color: #fff0f5;

    font-family: Arial, sans-serif;
    text-align: center;
}


h1 {
    margin-bottom: 40px;
    color: #c94f7c;
}


#anaEkran,
#kahveEkrani,
#yemekEkrani,
#kiyafetEkrani,
#ozetEkrani,
#kapanisEkrani {
    width: 90%;
    max-width: 600px;
    margin: auto;
}


button {
    padding: 15px 25px;
    margin: 10px;

    border: none;
    border-radius: 12px;

    font-size: 18px;

    cursor: pointer;
}


#kahveButonu {
    background-color: #8b5e3c;
    color: white;
}


#yemekButonu {
    background-color: #e76f51;
    color: white;
}


#istemiyorumButonu {
    background-color: #f5f5f5;
    color: #333333;

    transition:
        left 0.15s ease,
        top 0.15s ease;

    touch-action: none;

    user-select: none;
    -webkit-user-select: none;

    -webkit-tap-highlight-color: transparent;

    will-change: left, top;
}


#kahveDevamButonu {
    background-color: #c94f7c;
    color: white;
}


#yemekDevamButonu {
    background-color: #e76f51;
    color: white;
}


.kiyafetSecenegi {
    display: block;

    width: 280px;
    max-width: 80%;

    padding: 15px;
    margin: 10px auto;

    background-color: white;

    border: 1px solid #dddddd;
    border-radius: 12px;

    cursor: pointer;
}


.kiyafetSecenegi:hover {
    background-color: #ffe4ee;
}


.kiyafetSecenegi input {
    width: auto;
    margin-right: 10px;
}


#kiyafetDevamButonu {
    background-color: #c94f7c;
    color: white;
}


.ozetKutusu {
    box-sizing: border-box;

    width: 350px;
    max-width: 85%;

    margin: 25px auto;
    padding: 20px;

    background-color: white;

    border: 2px solid #f3bfd1;
    border-radius: 15px;

    text-align: left;
}


.ozetKutusu p {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}


.ozetKutusu p:last-child {
    border-bottom: none;
}


#gonderButonu {
    background-color: #c94f7c;
    color: white;
}


#gonderButonu:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}


.kapanisYazisi {
    color: #5a3a45;

    font-size: 21px;
    line-height: 1.7;
}


.kalp {
    margin-top: 30px;
    font-size: 30px;
}


.gizli {
    display: none;
}


p {
    margin-bottom: 8px;

    color: #5a3a45;
    font-size: 18px;
}


input {
    box-sizing: border-box;

    width: 250px;
    max-width: 80%;

    padding: 12px;
    margin: 5px;

    border: 1px solid #cccccc;
    border-radius: 8px;

    font-size: 16px;
    outline: none;
}


input:focus {
    border-color: #c94f7c;

    box-shadow:
        0 0 5px rgba(201, 79, 124, 0.4);
}


button:hover {
    opacity: 0.85;
}


@media (max-width: 600px) {

    body {
        padding-top: 70px;
    }

    h1 {
        margin-bottom: 30px;
    }

    button {
        padding: 14px 20px;
        font-size: 17px;
    }
}