body {
    width: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #FBFBFA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    box-sizing: border-box; /* Ensure padding is included in the total width */
}

.dato {
    font-family: 'Yellowtail';font-size: 30px !important;
}

a { color: black; }

.coming-soon-container {
    text-align: center;
    padding: 50px;
}

.content img{
    width: 300px;
    margin-bottom: 20px;
}

.content h1 {
    font-size: 20px;
    line-height: 35px;
    margin: 0px;
    color: white;
}
.content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0px;
    color: black;
}

@media (max-width: 768px) {
    body {
        height: 90vh;
    }
    .coming-soon-container {
        padding: 30px;
    }
}
