body {
  margin: 0px;
  background-color: #27a8c2;
  overflow: hidden;
}

.dark {
  background-color: black;
  color: white !important;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-top: 2vh;
}

.header .config {
  display: block;
  position: absolute;
  left: 2vw;
  cursor: pointer;
}

.config .configSVG {
  height: 4.5vh;
}

.header .title {
  position: center;
  align-self: center;
}

h1 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 7vh;
  color: white;
  cursor: default;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57vh;
}

.content .squaresBox {
  display: flex;
  flex-direction: column;
}

.squaresBox .squareLine {
  display: flex;
}

.squareLine .square {
  width: 8vh;
  height: 8vh;
  margin: 0.75vh;

  box-sizing: border-box;
  border: 0.5vh solid #ffffff;
  border-radius: 5px;

  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 3.5vh;
  color: black;
  cursor: default;

  display: flex;
  justify-content: center;
  align-items: center;
}

.squareLine .dark-square {
  color: #ffffff;
}

@media (max-width: 500px) {
  .content .ranking {
    display: none !important;
  }
}

.content .ranking {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2vw;

  box-sizing: border-box;

  width: 31vh;
  height: 50vh;

  padding: 2vh;

  border: 0.5vh solid #ffffff;
  border-radius: 5px;
}

.ranking .rankingHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  height: 5vh;
}

.rankingHeader h4 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 3vh;
  color: #ffffff;
  cursor: default;
}

.rankingHeader .crownWhite {
  display: flex;
  height: 3.5vh;
  margin-right: 1.25vh;
  cursor: pointer;
}

.rankingHeader .crownYellow {
  display: none;
  height: 3.5vh;
  margin-right: 1.25vh;
  cursor: pointer;
}

.ranking .rankingSpaceLine {
  background-color: white;
  height: 0.3vh;
}

.ranking .rankingType {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 4vh;
  margin-left: 5vh;
}

.rankingType h4 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vh;
  color: #ffffff;
  cursor: default;
}

.rankingType .streakText {
  display: none;
}

.ranking .rankingList {
  display: flex;
  flex-direction: column;
  margin-top: 1vh;
}

.rankingList .rankingLine {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5.75vh;
  cursor: default;
}

.rankingLine h5 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vh;
  color: #ffffff;
}

.rankingLine .rankingPosition {
  left: 0;
}

.rankingLine .userBubble {
  margin-left: 1vh;
  margin-right: 1vh;
  height: 5vh;
}

.rankingLine .rankingPoints {
  position: absolute;
  right: 2vh;
}

.fish {
  display: flex;
  position: absolute;
  bottom: 0;
  left: -150px;
  z-index: -1;
}

.fish .fishRed {
  width: 10vh;
}

.fish .fishBlue {
  width: 7vh;
}

.fish .fishYellow {
  width: 4vh;
  filter: hue-rotate(210deg);
}

.footer {
  display: flex;
  justify-content: center;
}

.footer .keyboard {
  display: flex;
  flex-direction: column;
}

.keyboard .keyboardLine {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.keyboardLine .keyboardKey {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 6vh;
  height: 8.5vh;

  margin: 0.35vh;

  cursor: pointer;

  background: #ffffff;
  border-radius: 5px;
}

.enter {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 8.5vh;

  margin: 0.35vh;

  cursor: pointer;

  background: #ffffff;
  border-radius: 5px;
  width: 10vh;
}

.del {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 8.5vh;

  margin: 0.35vh;

  cursor: pointer;

  background: #ffffff;
  border-radius: 5px;
  width: 10vh;
}

.keyboardKey .delSVG {
  width: 3.5vh;
}

h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vh;
  color: black;
}

h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5vh;
  color: black;
}
