@import url("https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap");

html {
  font-size: 62.5%;
  box-sizing: border-box;
  background: linear-gradient(
    to top,
    #5bcefa,
    #f5a9b8,
    #ffffff,
    #f5a9b8,
    #5bcefa
  );
  height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Press Start 2P", sans-serif;
  color: rgb(0, 0, 0);
  text-align: center;
  /* background-color: #ffffff; */
  /* background-color: #60b347; */
}

h1 {
  font-size: 4vh;
  text-align: center;
}

.discord {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.about {
  /* height: 2rem; */
  font-size: 1.8vh;
}

.construction {
  font-size: 3.5vh;
  font-weight: bold;
  color: rgb(238, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
