body {
   background-color: #171515;
    margin: 0;
    padding: 0;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 25vh;
    padding: 20px;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block; 
}

.hidden-message {
   display: flex;
   margin-top: 2rem;
   justify-content: center;
   color: rgba(255,255,255,0.06);
   font-size: 1.0rem;
   letter-spacing: 0.05em;
}