:root::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #000;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.container {
  margin-left: -10px;
  width: 100vw;
  background-color: #000000;
  padding: 0;
}

.main {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-left: 100px;
  max-height: 261px;
  aspect-ratio: 2.625;
  overflow: hidden;
}

.god {
  overflow: hidden;
  margin-right: -10px;
}

.main__link {
  margin-top: -100px;
  display: flex;
  justify-content: center;
}

.link {
  cursor: pointer;
  overflow: hidden;
}

.main__bottom {
  margin-top: -175px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.robot {
  margin-left: -10px;
  overflow: hidden;
}

.date {
  margin-right: 100px;
  margin-bottom: 50px;
  overflow: hidden;
}

.table {
  margin-top: 150px;
  margin-bottom: 75px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.table__top {
  width: 90%;
  outline: 4px solid white;
  outline-offset: -1px;
  display: flex;
  justify-content: space-evenly;
}

.table__label {
  color: white;
  font-weight: 600;
  font-size: 30px;
  font-family: "Arial Narrow", Arial, sans-serif;
}

.table__table {
  margin-top: 3px;
  width: 90%;
  outline: 3px solid white;
  overflow-x: visible;
  overflow-y: scroll;
  height: 500px;
}

.table__table::-webkit-scrollbar {
  width: 40px !important;
}

::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 30px;
  background-clip: padding-box;
  border: 1px solid black;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: black;
  border: 2px solid white;
  width: 15px;
}

table {
  width: 100%;
  margin-top: -3px;
}

table th,
table th {
  outline: 1px solid white;
  outline-offset: 1px;
  padding: 20px !important;
  color: white;
  font-weight: 600;
  font-size: 30px;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}

th p {
  margin: 0;
}

tr:nth-child(1) {
  text-align: center;
}

.table__bottom {
  height: 94px;
}

footer {
  margin-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 50px;
}

footer a {
  color: white;
  font-weight: 600;
  font-size: 30px;
  font-family: "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.footer__socials img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width:320px) and (max-width: 480px) {
      .container {
    padding-top: 70px;
  }
  .main__top {
    gap: 50px;
    margin-top: 50px;
  }

  .logo {
    margin-left: 30px;
  }

  .god {
    margin-right: -30px;
  }

  .main__link {
    margin-top: 0;
  }

  .link {
    height: 175px;
    width: 175px;
  }

  .main__bottom {
    gap: 50px;
    margin: 0;
    align-items: center;
  }

  .robot {
    margin-top: -15px;
  }

  .date {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .table {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .table__table {
    height: 250px;
  }
  
  .table__label {
    font-size: 7px;
    font-weight: 250;
  }
  th p {
    font-size: 9px !important;
  }

  table th, table th {
    padding: 10px !important;
    font-size: 9px;
    font-weight: 250;
  }

  .table__table::-webkit-scrollbar {
    width: 10px !important;
  }

  footer {
    margin-top: 40px;
    padding-bottom: 40px;
    gap: 25px;
  }

  footer a {
    font-size: 10px;
  }

  .footer__socials {
    gap: 10px;
  }

  .footer__socials img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1300px) {
    .container {
        padding-top: 500px;
    }
  .main__top {
    gap: 50px;
  }

  .logo {
    margin-left: 30px;
  }

  .god {
    margin-right: -30px;
  }

  .main__link {
    margin-top: 0;
  }

  .link {
    height: 250px;
    width: 250px;
  }

  .main__bottom {
    gap: 50px;
    margin: 0;
    align-items: center;
  }

  .robot {
    margin-top: -15px;
  }

  .date {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .table {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .table__table {
    height: 250px;
  }
  
  .table__label {
    font-size: 12px;
    font-weight: 250;
  }
  th p {
    font-size: 12px !important;
  }

  table th, table th {
    padding: 10px !important;
    font-size: 12px;
    font-weight: 250;
  }

  .table__table::-webkit-scrollbar {
    width: 10px !important;
  }

  footer {
    margin-top: 40px;
    padding-bottom: 40px;
    gap: 25px;
  }

  footer a {
    font-size: 12px;
  }

  .footer__socials {
    gap: 10px;
  }

  .footer__socials img {
    width: 25px;
    height: 25px;
  }
}