body {
  font-family: 'Times New Roman', Times, serif, sans-serif;
  background-color: #ece5dd;
  margin: 0;
  padding: 0;
}
header {
    align-items: left;
    padding: 1rem;
    background-color: #075e54;
    color: white;
    font-family: 'Times New Roman', Times, serif, sans-serif;
}
button {
    background-color: #075e54;
    color: white;
    border: none;
    padding: 0,5rem 1rem;
    cursor: pointer;
    font-size: 1em;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif
}
main {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0002;
    font-family: 'Times New Roman', Times, serif, sans-serif;
}