/*
Theme Name: Ugoki Theme
Author: Creotopi
*/

body {
    margin: 0;
    font-family: "Comfortaa", sans-serif;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: left;
    background-image: url(/wp-content/uploads/2026/05/bg.jpg);
}

.container {
    text-align: center;
    max-width: 700px;
    padding: 20px;
}

.title {
    font-size: 52px;
    font-weight: 700;
    margin-top: 10px;
}

.subtitle {
    font-size: 14px;
    opacity: 0.75;
    line-height: 1.6;
    color: #666;
    margin-top: 20px;
}