958 B
Executable File
958 B
Executable File
<style>
body {
font-family: 'Arial', sans-serif;
background-color: #f8f9fa;
color: #343a40;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 600px;
padding: 20px;
}
h1 {
font-size: 5rem;
margin: 0;
color: #6c757d;
}
h2 {
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 20px;
}
p {
font-size: 1.1rem;
margin-bottom: 30px;
}
.emoji {
font-size: 3rem;
margin-bottom: 20px;
}
</style>