body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
    padding: 10px;
}

.construction-text {
    font-size: 1.5em;
    color: #333;
    margin-top: 20px;
    text-align: center
}

img {
    width: 100%;
    max-width: 430px;
    height: auto;
    border: 5px solid #333;
    border-radius: 7px;
    box-sizing: border-box;
}
