HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/css/gong.css
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    font-family: system-ui, sans-serif;
    height: 100%;
    background: #fafafa;
    line-height: 1.5;
}

.wrap {
    display: flex;
    align-items: center;
    height:100%;
    color: #333;
    justify-content:center;
    text-align: center;
}

.wrap .inner {
    max-width: 500px;
    width: 100%;
}
.image img {
max-height: 250px;
}

.image {
    margin: 0 auto 15px;
}

h1 {
    font-size: 26px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
}

a {
    color: #66c;
    text-decoration: none;
}

@keyframes shake{
    25% {
        transform:translateX(-10px)
    }
    75% {
        transform:translateX(10px)
    }
    100% {
        transform:translateX(0)
    }
}

@media all and (max-width: 600px) {

    .wrap .inner {
        max-width: 100%;
        padding: 0 10px;
    }

    h1 {
        font-size: 22px;
    }

}