* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.container {
    text-align: center;
}

.container h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.container p {
    font-size: 18px;
}