body {
    height: 100vh;
    padding: 0;
}

body {
    min-height: 100vh;
    padding: 0;
}

body {
    overflow-y: hidden;
    /* Hide vertical scrollbar */
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

.bg {
    background-image: url(../uploads/img0.jpeg);
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.logo {
    width: 300px;
}

.sayfa0 {
    width: 100%;
    height: 120px;
    background: #ffffffe0;
    margin: 0px 0px 10px;
    padding: 10px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

h2 {
    font-size: 20px;
}

.cg-rrt {
    padding: 2px 20px;
    background: #f00;
    border-radius: 10px;
    font-size: 15px;
}

.gc-trr {
    padding: 2px 20px;
    background: #0f0;
    border-radius: 10px;
    font-size: 15px;
}

.color-f00 {
    color: #f00;
    font-size: 25px;
    font-weight: 600;
}

.color-0f0 {
    color: rgb(8, 158, 8);
    font-size: 25px;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    body {
        overflow-y: auto !important;
        overflow-x: auto !important;
    }
    .logo {
        width: 100% !important;
    }
    .sayfa0 {
        height: auto !important;
        text-align: center;
    }
    h2 {
        font-size: 20px;
    }
    .cg-rrt {
        padding: 2px 15px !important;
        font-size: 15px;
    }
    .gc-trr {
        padding: 2px 15px !important;
        font-size: 15px;
    }
}

@media screen and (max-width: 850px) {
    body {
        overflow-y: auto;
        overflow-x: auto;
    }
    .logo {
        width: 250px !important;
    }
    .sayfa0 {
        height: auto !important;
        text-align: center;
    }
    h2 {
        font-size: 15px;
    }
    .cg-rrt {
        padding: 2px 5px;
        background: #f00;
        border-radius: 10px;
        font-size: 10px;
    }
    .gc-trr {
        padding: 2px 5px;
        background: #0f0;
        border-radius: 10px;
        font-size: 10px;
    }
    .color-f00 {
        color: #f00;
        font-size: 18px !important;
        font-weight: 600;
    }
    .color-0f0 {
        color: rgb(8, 158, 8);
        font-size: 18px !important;
        font-weight: 600;
    }
}

@media screen and (max-width: 1400px) {
    body {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .logo {
        width: 250px;
    }
    .sayfa0 {
        height: auto;
    }
    h2 {
        font-size: 15px;
    }
    .cg-rrt {
        padding: 2px 5px;
        background: #f00;
        border-radius: 10px;
        font-size: 10px;
    }
    .gc-trr {
        padding: 2px 5px;
        background: #0f0;
        border-radius: 10px;
        font-size: 10px;
    }
    .color-f00 {
        color: #f00;
        font-size: 18px;
        font-weight: 600;
    }
    .color-0f0 {
        color: rgb(8, 158, 8);
        font-size: 18px;
        font-weight: 600;
    }
}

@media screen and (max-width: 1920px) {
    body {
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .logo {
        width: 250px;
    }
    .sayfa0 {
        height: 85px;
    }
    h2 {
        font-size: 25px;
    }
    .cg-rrt {
        padding: 2px 5px;
        background: #f00;
        border-radius: 10px;
        font-size: 18px;
    }
    .gc-trr {
        padding: 2px 5px;
        background: #0f0;
        border-radius: 10px;
        font-size: 18px;
    }
    .color-f00 {
        color: #f00;
        font-size: 28px;
        font-weight: 600;
    }
    .color-0f0 {
        color: rgb(8, 158, 8);
        font-size: 28px;
        font-weight: 600;
    }
}