body {
  background: #d8d2c6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 25px;
  overflow-y: hidden; /* Hide vertical scrollbar */
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

a:visited {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
}

.title-wrapper {
  position: relative;
  top: 40px;
  width: 100%;
  position: fixed;
}

.container {
  position: fixed;
  top: 175px;
  width: 100%;
  margin: 0 auto;
}

html,
body {
  height: 100%;
  width: 100%;

  text-align: center;
}
