body {
  margin: 25px;
}
   

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100vh;
    text-align: center;
}

h1 {
    margin-top: 20px;
}

p {
    font-weight: bold;
    font-size: 25px; /* Збільшений розмір шрифту */
}