@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  color: rgb(35, 77, 168);
  background-image: url('images/white_ntb1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: relative;
  height: 35vh;
}

main {
  height: 65vh;
  color: rgb(35, 77, 168);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.left {
  margin-left: 20%;
  width: 52rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right {
  width: 52rem;
  font-size: 2rem;
}

/* ELEMENTS STYLE */
h1 {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 5rem;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.number {
  font-family: 'Raleway', sans-serif;
  background: rgb(135, 136, 138, 0.3);
  border-radius: 100%;
  color: rgb(255, 255, 255);
  font-size: 6rem;
  width: 15rem;
  padding: 4rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.between {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 2.5rem;

  position: absolute;
  text-align: center;
  width: 100%;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button {
  font-family: 'Raleway', sans-serif;
}

.again {
  position: absolute;

  border-radius: 6%;
  font-weight: 600;
  top: -1%;
  left: 75%;
}

.guess {
  background: none;
  border: 4px solid rgb(35, 77, 168);
  font-family: 'Caveat', cursive;
  color: rgb(35, 77, 168);
  font-size: 6rem;
  padding: 2.5rem;
  width: 25rem;
  text-align: center;
  margin-bottom: -1%;
  display: block;
}

.btn.again {
  border: none;
  background-color: rgb(252, 160, 55);
  border-radius: 6%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  padding: 1rem 2rem;
  cursor: pointer;
}
.btn.again:hover {
  background-color: rgb(250, 178, 97);
}

.btn.check {
  border: none;
  background-color: rgb(104, 211, 77);
  border-radius: 0%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  width: 25rem;
  padding: 1rem 2rem;
  cursor: pointer;
}

.btn.check:hover {
  background-color: rgb(149, 240, 126);
}

.message {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6rem;
  height: 2rem;
}

.label-score {
  font-family: 'Caveat', cursive;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.label-highscore {
  font-family: 'Caveat', cursive;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
