* {
  margin: 0;
  padding: 0;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.box {
  width: 40vh;
  height: 40vh;
  background-color: #252a34;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  font-family: "Courier New", Courier, monospace;
}
.body-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 100vh; */
  background-color: #252a34;
}
.title {
  min-width: 20%;
  text-align: center;
  padding: 10px;
  margin-bottom: 1px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
  background-color: red;
  border: 1px solid red;
  border-radius: 12px;
  margin: 20px;
  font-family: "Courier New", Courier, monospace;
}
.box * {
  background-color: #0f131e;
  border: 2px solid rgb(119, 110, 110);
  border-radius: 30px;
  margin: 1px;
  font-size: 60px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: red;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
}
.box *:hover {
  cursor: pointer;
  background-color: #020000;
}

.total {
  color: blue;
  font-weight: bold;
  font-size: 20px;
  height: 28px;
  min-width: 100px;
  padding: 5px;
  margin: 10px;

  border: #252a34 solid 1px;
  border-radius: 8px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: rgb(26, 30, 33);
}

.img {
  width: 20%;
  margin-top: 20px;
  height: 50px;
}
.imW {
  width: 100px;
  border: solid 1px red;
  border-radius: 20px;
  display: none;
}
.Play {
  max-width: 20%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 1px;
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  font-family: sans-serif;
  background-color: red;
  border: 1px solid red;
  border-radius: 12px;
  margin: 20px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}
.Play:hover {
  background-color: rgb(207, 2, 2);
}

.ul {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #171b23;
  border-bottom: #020000 solid 2px;
}
li {
  color: red;
  padding: 0 20px;
  list-style-type: none;
  font-size: 20px;
  cursor: pointer;
}
li:nth-child(2) {
  color: aliceblue;
  cursor: default;
  font-size: 30px;
  font-weight: bold;
}
.navx {
  color: red;
}
.navo {
  color: rgb(4, 87, 252);
  font-weight: bold;
}
a {
  text-decoration: none;
}
.resat {
  width: 10%;
  text-align: center;
  padding: 5px;
  margin-bottom: 1px;
  font-size: 15px;
  font-weight: bold;
  background-color: red;
  border: 2px solid red;
  border-radius: 12px;
  font-family: "Courier New", Courier, monospace;
  cursor: pointer;
}
.to {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 5px;
}
.vs {
  display: flex;
  align-items: center;
  font-family: "Courier New", Courier, monospace;
}
.vs {
  border: #252a34 red solid;

  color: red;
}
.to * {
  display: flex;
  align-items: center;
  gap: 7px;
}
.V {
  color: blue;
}
.local {
  width: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60px;
}
.local * {
  color: black;
  font-weight: bold;
  font-size: 16px;
  height: 50%;
  min-width: 70px;

  display: flex;
  justify-content: center;
  align-items: center;
  border: red solid 2px;
  border-radius: 8px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background-color: rgb(180, 191, 191);
}

@media (max-width: 600px) {
  .title {
    width: 20%;

    padding: 10px 0;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    background-color: rgb(2, 2, 120);
    border: 1px solid rgb(0, 0, 130);
    border-radius: 12px;
    margin: 1px;
    font-family: "Courier New", Courier, monospace;
  }
  .Play {
    width: 15%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    background-color: blue;
    border: 1px solid blue;
    border-radius: 12px;
    margin: 20px;
    font-family: "Courier New", Courier, monospace;
    cursor: pointer;
  }

  .resat {
    width: 15%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 1px;
    font-size: 13px;
    background-color: rgb(132, 2, 2);
    border: #3a4354;

    border-radius: 12px;
    margin: 20px;
  }
  .box {
    width: 35vh;
    height: 35vh;
    margin-top: 10px;
    background-color: #252a34;
  }
  .ul {
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    position: fixed;
    border-bottom: #020000 solid 2px;
  }
  li {
    color: blue;
    padding: 0 20px;
    list-style-type: none;
    font-size: 15px;
    cursor: pointer;
  }
  .total {
    color: rgb(4, 87, 252);
    font-size: 15px;
    height: 20px;
    min-width: 70px;
    padding: 5px;
    margin: 10px;

    border: #3a4354 solid 1px;
    border-radius: 8px;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    background-color: rgb(25, 24, 24);
  }
  .box * {
    margin: 1px;
    background-color: rgb(2, 2, 120);
    border: rgb(95, 76, 76) 1px solid;
    border-radius: 20px;
  }
  .body-box {
    background-color: #252a34;
  }
  .to {
    border-bottom: #001634 3px solid;
  }
  .vs {
    border: #252a34 red solid;

    color: red;
  }
  .V {
    color: blue;
  }
}

@media (max-width: 400px) {
  li:nth-child(2) {
    font-size: 20px;
  }
  li:nth-child(1) {
    font-size: small;
  }
  li:nth-child(3) {
    font-size: small;
  }
}
