* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f5; 
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    max-width: 500px;
    padding: 40px;
}

.construction-emoji {
    font-size: 100px;
    margin-bottom: 30px;
}

.main-title {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.check-back {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.domain {
    font-size: 16px;
    color: #666;
}

.domain strong {
    color: #333;
}
