* {
  font-family: 'Times New Roman', Times, serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px; 
  max-width: 600px;
}

footer {
  margin-top: 32px;
  width: 100%;
}


h1 {
  font-size: 20px;
  font-weight: bold;
}

p {
  font-size: 20px;
  line-height: 1.25;
}

ul {
  margin-top: 16px;
}

ul, li {
  list-style: none;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  color: darkorange;
}

a {
  color: inherit;
}

p strong {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 18px;
}
