.guess,
.inputs,
.line,
.wrapper {
  width: 100%;
}
@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}
body {
  display: flex;
  padding: 0 10px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: Eliot Lord;
  cursor: url(img/background/cursors/Cursor.svg),
    url(img/background/Pointer.svg), pointer;
  border-top: 10px #000;
  background-color: #111;
  overflow-y: hidden;
}
button.disabled {
  cursor: url("img/background/cursors/Cursor.svg"), not-allowed;
  opacity: 0.6;
}
.contrarynavigationbar {
  border-top: 20px solid #000;
  background-color: #f6d24b;
  padding: 20px;
  font-family: Helvetica;
  font-weight: 100;
  text-decoration: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.contrarynavigationbar a {
  font-family: Helvetica;
  font-size: 2.6dvw;
  font-weight: 900;
  color: #000;
  padding: 10px;
  text-decoration: none;
  cursor: url("img/background/Pointer.svg");
  text-align: left;
}
.bodyarticle,
.content .reset-btn,
.inputs input,
.show-ans {
  font-family: Eliot Lord;
  color: #fff;
}
.contrarynavigationbar :hover {
  cursor: url(img/background/Pointer.svg);
}
.contrarynavigationbar a:hover {
  font-size: 2.4dvw;
  font-weight: 900;
  color: #afafaf;
}
.contrarynavigationbar img {
  text-align: right;
}
a:hover,
div[onclick],
img[onClick] {
  cursor: url("img/background/Pointer.svg"),
    url("img/background/cursors/Mouse%20cursor.png"),
    url("img/background/cursors/Finger%20cursor.png"), pointer;
}
body::-webkit-scrollbar-thumb {
  background-color: #f6d24c;
  outline: #000000 solid 3px;
}
p {
  font-size: 80px;
}
h1 {
  font-size: 100px;
}
.wrapper {
  border-radius: 10px;
  box-shadow: 0 10px 25px transparent;
}
.wrapper h1 {
  font-size: 25px;
  font-weight: 500;
  padding: 20px 25px;
}
.wrapper .content {
  margin: 25px 25px 35px;
}
.inputs {
  text-align: center;
  background-color: #111;
}
.inputs input {
  min-height: 4%;
  width: 4%;
  aspect-ratio: 1/1;
  margin: 1px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background: url(img/background/Politicordle%20blank.svg) left top/100% 100%
    no-repeat;
  outline: black;
  border: #000;
  pointer-events: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .inputs input {
    font-family: Eliot Lord;
    min-height: 4%;
    width: 4%;
    aspect-ratio: 1/1;
    margin: 1px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: url(img/background/Politicordle%20blank.svg) left top/100% 100%
      no-repeat;
    outline: black;
    border: #000;
    pointer-events: none;
    text-transform: uppercase;
  }
}

img {
  -webkit-user-drag: none;
}
.typing-input {
  opacity: 0;
  z-index: 0;
  position: absolute;
  pointer-events: none;
}
.details {
  text-align: left;
}
.content .details {
  margin: 20px 0 25px;
}
.details p {
  font-size: 30px;
  margin-bottom: 10px;
}
.content .reset-btn,
.show-ans {
  font-size: 3dvh;
  width: 100%;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 15px 0;
  border-radius: 5px;
  background: #115da8;
  transition: 0.3s;
}
.content .reset-btn:hover {
  background: #b50938;
}
.content .reset-btn:disabled,
.show-ans:disabled {
  background: #666465;
}
.reset-btn:hover {
  cursor: url("img/background/Pointer.svg"), auto;
}
.line {
  height: 80px;
  border-bottom: 4px solid #000;
  position: absolute;
}
.guess {
  height: 20px;
  clear: both;
}
@media screen and (max-width: 460px) {
  .wrapper {
    width: 100%;
  }
  .wrapper h1 {
    font-size: 22px;
    padding: 16px 20px;
  }
  .wrapper .content {
    margin: 25px 20px 35px;
  }
  .details p {
    font-size: 17px;
  }
  .content .reset-btn {
    padding: 14px 0;
    font-size: 16px;
  }
}
body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #0000;
  outline: #0000 solid 1px;
}
footer a {
  float: left;
  font-size: 2dvh;
}
.socials {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 20%;
}
.bodyarticle {
  columns: 3;
  font-size: 4dvh;
}
.contrarynavigationbar a {
  font-size: 2.4dvw;
}
:disabled:hover {
  cursor: url("img/background/cursors/Cursor.svg");
}
.hint,
.top h1 {
  color: #fff;
}
.content,
.wrapper {
  background-color: #111;
}
.reset-btn:disabled :hover {
  cursor: url(img/background/cursors/Cursor.svg);
}

img a:hover {
  text-decoration: none;
}

.topclass h1 {
  color: #ffffff;
  padding-top: 7%;
  font-family: Eliot;
  font-size: 2.3dvh;
}
