html, body {
margin: 0;
height: 100%;
overflow: hidden;
padding: 0;
font-family: 'Times New Roman', Times, serif;
}

.title {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
font-size: clamp(18px, 4vw, 24px);
}

.title img {
width: 80px;
height: 80px;
object-fit: cover;
margin-bottom: 24px;
}