body,
html {
  height: 100vh; /* Use viewport height */
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; /* Center footer text */
  padding: 20px;
}

@font-face {
  font-family: "PatrickHand";
  src: url("RobotoCondensed-VariableFont_wght.ttf") format("truetype");
}

body {
  font-family: "PatrickHand", sans-serif;
}
