body {
    text-align: center;
}

body {
background-color: #f0f4f8;
}

p {
    text-align: center;
}

nav > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }