body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo > img {
    width: 50vw;
    min-width: 350px;
    max-width: 650px;
}

.under-construction {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 40px;
    text-align: center;
}

.content {
    margin-bottom: 30px;
}

.contact-info {
    margin-top: 30px;
    text-align: center;
}

.notice {
    color: #666;
    font-size: 0.9em;
    margin-top: 20px;
}

h1 {
    color: rgba(240,51,52,1);
    font-weight: lighter;
}

h2,h3,h4 {
    color: rgb(25, 24, 24);
    font-weight: lighter;
}

a {
    color: cornflowerblue;
}

.mg-top-10 {
    margin-top: 10px;
}

.align-content-center {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

