body {
  margin: auto;
  background-color: rgb(61, 60, 60);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 40px);
  overflow: hidden;
  position: relative;
}

header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
  color: white;
}

.company {
  text-align: center;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 70px;
  font-weight: 100;
  letter-spacing: 2px;
  color: white;
}

footer {
  background-color: white;
  color: black;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  letter-spacing: 1px;
}
