* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* background-color: white; */
  color: #031f42;
}

body {
  font-family: "Georgia", serif;
  background-color: var(--color-background);
  color: var(--color-text);
  line-height: 1.6;
}

.logo {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.half-width {
  width: 50%;
}
