* {
  box-sizing: border-box;
  }

body {
margin: 0;
background-color: #151515;
color: #f2f2f2;
font-family: Georgia, "Times New Roman", serif;
}

main {
width: 100%;
min-height: 100vh;

```
display: flex;
justify-content: center;
```

}

article {
width: 90%;
max-width: 700px;
padding: 100px 0;
}

h1 {
text-align: center;
font-size: 2.2rem;
font-weight: normal;
margin-bottom: 10px;
}

.date {
text-align: center;
color: #999;
font-size: 0.9rem;
margin-bottom: 50px;
}

p {
font-size: 1.1rem;
line-height: 1.7;
text-align: center;
margin-bottom: 25px;
}
