/*
Theme Name: HyperIT Coming Soon
Theme URI: https://hyperit.do
Author: HyperIT
Version: 1.0
Text Domain: hyperit-coming-soon
*/

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f8fafc;
    color: #1f2937;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.hyperit-container {
    max-width: 900px;
}

.hyperit-logo {
    width: 320px;
    max-width: 90%;
    height: auto;
    margin-bottom: 40px;
}

.hyperit-message {
    font-family: "American Typewriter", "Palatino Linotype", Palatino, serif;
    font-size: 28px;
    line-height: 1.7;
}

.hyperit-message a {
    color: #0056b3;
    text-decoration: none;
}

.hyperit-message a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hyperit-message {
        font-size: 20px;
    }

    .hyperit-logo {
        width: 220px;
    }
}