FFh1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FBF9FF;
  height: 100%;
  width: 100%;
  font-size: calc(9.556px + 0.746vw);
}

body {
  background-color: #3D2B3D;
  height: 100vh;
  width: 100vw;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
}