@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;1,700&display=swap");

body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-items: center;
  font-family: "Chivo", sans-serif;
  background-color: white;
  color: black;
}

* {
  margin: 0;
  box-sizing: border-box;
}

#header {
  align-self: center;
  padding: 2rem;
  width: 24rem;
}

#name {
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25rem;
}

#contact {
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  margin-top: 2rem;
}

#address {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 2rem;
}

#notice {
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 3rem;
}

#main {
  display: block;
  padding: 0.25rem;
}

#logo {
  display: block;
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 512px;
}

a {
  color: #005c5a;
  font-style: italic;
  font-weight: 700;
}
