body {
  font-family: 'Times New Roman', Times, serif;
  padding-top: 30px;
  background-color: rgb(238, 238, 238);
}

header {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}


/* FOOTER */
.contactButtons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  border: 3px double black;
  padding: 1px;
  gap: 0;
  background-color: rgb(198, 255, 250);
}
.contactButtons img:hover {
  border: 1px dotted black;
}
footer {
  font-size: small;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  line-height: .3;
}
