.kontorluyazi {
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mobilbar {
    position: fixed;
    width: 100%;
    height: 55px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background-color: white;
}

.arala {
    height: 30px;
}

@media (min-width:500px) {
    .mobilbar {
        display: none;
    }

    .mobildevar {
        display: none;
    }

    .arala {
        display: none;
    }
}

@media (max-width:499px) {
    .mobildeyok {
        display: none;
    }
}

.text-6{
    font-size:14pt;
}

.text-7{
    font-size:16pt;
}

.text-8{
    font-size:18pt;
}

.text-10{
    font-size:26pt;
}
.text-12{
    font-size:28pt;
}
.text-14{
    font-size:30pt;
}
.font-family-poppins{
    font-family:'poppins',sans-serif;
    font-display:swap;
}