body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

.container {
    width: 100%;
    height: 100vh;
    background-color: #d0c883;
    background-image: url("../img/background.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 51% 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.top {
    text-align: center;
}

h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 52px;
}

.middle {
    display: flex;
    justify-content: space-around;
    width: 80%;
    max-width: 1320px;
}

.giris {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.giris .img-con {
    width: 200px;
    height: 90px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.giris a {
    width: 400px;
    height: 75px;
    color: white;
    font-size: 32px;
    display: block;
    text-align: center;
    line-height: 75px;
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
    box-shadow: 0px 3px 6px #0000002f;
}

.bayi a {
    background-color: #71cc98;
}

.usta a {
    background-color: #0072ce;
}

.bottom {
    text-align: center;
}

h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 0px;
}

p {
    font-size: 21px;
    margin-top: 0px;
}

@media only screen and (max-width: 1200px) {
    .container {
        background-image: url("../img/mobile-background.png");
        background-position: bottom;
        background-size: 100% 50vh;
        justify-content: space-between;
        position: relative;
    }
    h1 {
        font-size: 19px;
        font-weight: bold;
        line-height: 24px;
        color: white;
    }
    .top .bottom {
        flex: 2;
    }
    .middle {
        flex-direction: column;
        width: 100%;
        flex: 3;
    }
    .giris a {
        color: white;
        font-size: 25px;
        width: 320px;
        height: 60px;
        line-height: 65px;
        max-width: 90vw;
    }
    h2 {
        font-size: 28px;
    }
    p {
        font-size: 11px;
    }
}
