body {
  font-family: Manrope, Roboto, sans-serif;
}

input {
  font-family: Manrope, Roboto, sans-serif;
  border: none;
}

input:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #0074ff;
}

button {
  font-family: Manrope, Roboto, sans-serif;
  border: none;
  outline: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* Firefox */
}

::-moz-selection {
  background: #0074ff;
  color: white;
}

::selection {
  background: #0074ff;
  color: white;
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 32px;
  }
  #time {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 15px;
    background: black;
  }
  #time #bar {
    height: 15px;
    width: 70%;
    background: #0074ff;
  }
  #message {
    position: fixed;
    width: 300px;
    top: -50px;
    left: calc(50vw - 150px);
    height: 40px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background: #e0e0e0;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    height: 30px;
  }
  #navbar #mast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navbar #mast h1 {
    font-weight: 900;
  }
  #navbar #mast img {
    height: 25px;
  }
  #main {
    width: 100vw;
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50vw - 400px);
    margin: 50px;
  }
  #main #expo p {
    margin-bottom: 10px;
  }
  #main #controls {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #main #controls img {
    width: 250px;
  }
  #main #controls h3 {
    font-weight: 400;
    -webkit-transform: translate(-5px, -10px);
            transform: translate(-5px, -10px);
    color: rgba(0, 0, 0, 0.5);
  }
  #game {
    width: 600px;
    height: 600px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px 3px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }
  #words {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #words .word h1 {
    margin: 0;
  }
  #words .word.cpu h1 {
    color: #0074ff;
  }
  #input {
    background: none;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: 32px;
  }
  #splash {
    position: fixed;
    top: 110vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: #0074ff;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  #splash h1 {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    margin-top: 40px;
  }
  #splash #options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #splash #options .opt {
    font-size: 28px;
    margin: 15px;
  }
  #splash #score {
    font-size: 140px;
    margin: 0;
  }
  #splash button {
    font-size: 28px;
    font-weight: 700;
    background: white;
    width: 400px;
    height: 70px;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
  }
  #splash button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
  #time {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 15px;
    background: black;
  }
  #time #bar {
    height: 15px;
    width: 70%;
    background: #0074ff;
  }
  #message {
    position: fixed;
    width: 300px;
    top: -50px;
    left: calc(50vw - 150px);
    height: 40px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background: #e0e0e0;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navbar #mast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navbar #mast h1 {
    font-weight: 900;
  }
  #navbar #mast img {
    height: 25px;
  }
  #fab {
    position: fixed;
    top: 35px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 20px;
    background: #dfe1e7;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #fab:hover {
    background: #bfc4d4;
  }
  #main {
    width: 100%;
    height: calc(100vh - 100px);
    margin: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main #expo {
    position: fixed;
    top: 35px;
    right: 20px;
    width: calc(80vw - 10px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    padding-bottom: 30px;
    background: #eaecf0;
    border-radius: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  #main #expo.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #main #expo p {
    margin: 10px;
  }
  #main #controls {
    position: fixed;
    top: 30px;
    left: calc(50vw - 90px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 180px;
  }
  #main #controls img {
    height: 30px;
  }
  #main #controls h3 {
    font-size: 16px;
    font-weight: 400;
    -webkit-transform: translate(-5px, -10px);
            transform: translate(-5px, -10px);
    color: rgba(0, 0, 0, 0.5);
  }
  #game {
    position: fixed;
    top: 100px;
    left: 10px;
    width: calc(100vw - 60px);
    padding: 20px;
    border-radius: 20px;
  }
  #words {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(93vh - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #words .word h1 {
    margin: 0;
  }
  #words .word.cpu h1 {
    color: #0074ff;
  }
  #input {
    background: none;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: 32px;
  }
  #splash {
    position: fixed;
    top: 110vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: #0074ff;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  #splash h1 {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    margin-top: 40px;
  }
  #splash #options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90vw;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #splash #options .opt {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
    margin: 15px;
  }
  #splash #score {
    font-size: 140px;
    margin: 0;
    margin-bottom: 200px;
  }
  #splash button {
    position: absolute;
    left: 10vw;
    bottom: 30vw;
    font-size: 24px;
    font-weight: 700;
    background: white;
    width: 80vw;
    height: 60px;
    border-radius: 50px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
  }
  #splash button:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */