/* Basic styling for the page */
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.container {
    text-align: center;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
}

.random-face {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}
.sneaks {
	color: white;
}
p {
    margin-top: 20px;
}