body {
    font-family: Arial, sans-serif;
}

.container {
    padding: 5vw;
}

.content {
    font-size: 4.5vw; /* Responsive font size */
}

img {
    width: 100%; /* Responsive images */
    height: auto;
}

@media (min-width: 600px) {
    .content {
        font-size: 18px; /* Fixed font size for larger screens */
    }
}
