/* latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v10/JTUSjIg69CK48gW7PXoo9Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v10/JTUSjIg69CK48gW7PXoo9Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background-image: url('../image/bg-aviator.jpeg'); background-size: cover; background-repeat: no-repeat; background-position: center center;
}

.area-gerador {
  width: 427px;
  height: auto;
  margin: 0 auto;
  background-color: #1b263b;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}

h1 {
  text-align: center;
  font-size: 23px;
  font-weight: 700px;
}

#randomize-btn {
  width: 100%;
  border-radius: 5px;
  background-color: #CD2C3F;
  color: #fff;
  padding: 15px;
  border-color: transparent;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#result {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
}

#countdown {
  text-align: center;
  height: 16px;
  margin: 15px;
}

#randomized-number-label {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

#randomized-number,
#attempts {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #CD2C3F;
  background-color: transparent;
  color: #fff;
}

#attempts-label {
  display: block;
  text-align: center;
  margin: 15px;
  font-size: 16px;
}