body {
    font-family:'Times New Roman', Times, serif;
    color: #000267;
  }
 
  article {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5vh;
  }
  article > div {
    margin: 0.5em;
  }
  .name {
    font-size: larger;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 10em;
}

footer{
  text-align: center;
  color: #000267;
}