body {
    font-family: 'Roboto', sans-serif;
    max-height: 100vh!important;
    min-height: 100vh!important;
    background-image: url('./img/city.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: repeat-x;
    overflow: hidden;
}

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

.logo {
    margin-top: 5vh;
    height: 10vh;
}

.logo img {
    height: 100%;
    width: auto;
}

.yapimasamasitext {
    margin-top: 5vh;
    text-align: center;
    width: 40vw;
    background-color: #304dab;
    padding: .1vh .1vw;
    border-radius: 5vw;
}

.yapimasamasitext h2 {
    font-size: 1.5vw;
    color: #fff;
}

.contactinfo {
    font-size: 1vw;
    position: absolute;
    bottom: 10px;
    color: #000;
    width: 40vw;
    text-align: center;
}

.contactinfo a {
    color: #304dab;
    text-decoration: none!important;
}

@media screen and (max-width: 768px) {
    .contactinfo {
        margin-top: 10vh;
        font-size: 2.5vw;
        line-height: 4vw;
        position: relative;
        color: #000;
        width: 40vw;
        text-align: center;
    }
    body {
        max-height: 100vh!important;
        min-height: 100vh!important;
        background-image: url('./img/city.png');
        background-size: contain;
        background-position: center bottom;
        background-repeat: repeat-x;
    }
}