@font-face {
  font-family: "times";
  src: url("../fonts/times.ttf") format("truetype");
}

html {
  background-color: black;
}

body {
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: black;
  color: white;
}

main {
  margin: auto;
  min-height: 75vh;
  min-width: 100vw;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

#logo {
  margin: auto;
  display: flex;
  flex-direction: row;
  min-width: 70vw;
  max-height: 70vh;
  justify-content: center;
  align-items: center;
}

footer {
  display: flex;
  justify-content: center;
  padding: 10px;
  /* margin-top: auto; */
  font-family: "times", sans-serif;
  font-size: large;
}
