.center {
  text-align: center;
}

.whiteText {
  color: antiquewhite;
}

html, body {
  height: 100%;
  margin: 0;
}

/*115 on body deg wasnt bad*/

body {
  background: linear-gradient(180deg, rgba(212, 28, 28, 1) 0%, rgba(207, 145, 58, 1) 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow: hidden; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.gradient-box {
  height: 97.5vh;
  min-width: 99vw;
  background: linear-gradient(0deg, rgba(212, 28, 28, 1) 0%, rgba(207, 145, 58, 1) 100%);
  border-radius: 10px;
}
