:root {
  --main-color-beige: #E3DCD2;
  --main-color-black: #100C0D;
  --main-color-green: #013328;
  --main-color-yellow: #DCB253;
}

html {
  background-color: #100C0D !important;
  font-size: 16px;
}
body {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.logo {
  width: 100vw;
  height: 50vh;
}

h1 {
  color: white;
  font-family: monospace;
  text-align: center;
  font-size: 2rem;
}

.svgSport {
  width: 10vw;
}