
.nowrap {
white-space: nowrap;
}

.wrapper-home {
padding-top: 0;
}

.construction-message {
text-align: center;
font-size: 2.5rem;
font-weight: 600;
color: #333333;
max-width: 800px;
line-height: 1.4;
font-family: 'Arial', sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 1rem;
padding: 2rem;
}

#animated-circle {
position: fixed;
top: -300px;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
.construction-message {
font-size: 1.8rem;
padding: 1.5rem;
margin: 0.5rem;
max-width: 90%;
letter-spacing: 0.03em;
}
}

@media screen and (max-width: 480px) {
.construction-message {
font-size: 1.4rem;
padding: 1rem;
margin: 0.5rem;
max-width: 95%;
}
}