*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3L89VbuBEnjp_6-YJcXDj6zHTPWRHskgC8ZgPTrM5nUdvQ2h4F3JoINkZKK6Rz3tfUbl286XIMf4JK8D1uJOPmUXj5caCs0dfWgaHpjF-nqVIfryY-yXyptTLCKU4fpwckC7qTm9S4_ECi3MiWxn4T8DAb3OhZLd04FycBR-IXZhnqMSxua_RGGHtYUU/s16000/home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* background-color: #000; */
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  background: #0a0928;
  padding: 10px 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.container__nav-section {
  margin-top: 20px;
}
.container__nav-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.container__nav-section ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
.container__nav-section ul li:first-child img {
  width: 290px;
  height: auto;
}
.container__nav-section ul li:nth-child(2) a {
  background: linear-gradient(to bottom,#ff0101 0%,#850c0d 100%);
  cursor: pointer;
  width: 200px;
  height: 50px;
}
.container__nav-section ul li:nth-child(2) a:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.container__nav-section ul li:nth-child(3) a {
  background: linear-gradient(to bottom,#014ece 0%,#04163c 100%);
  cursor: pointer;
  width: 200px;
  height: 50px;
  text-align: center;
}
.container__nav-section ul li:nth-child(3) a:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.container__main-section {
  margin-top: 20px;
}
.container__main-section img {
  width: 100%;
  width: 740px;
  height: 740px;
  display: block;
  margin: auto;
}
.container__main-section div {
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.container__main-section div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgb(255, 0, 118) 0%,
    rgb(255, 0, 118) 35%,
    #000000 96%
  );
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-block: 20px;
  border-radius: 5px;
}
.container__main-section div a:hover {
  transform: scale(1.1);
}
.container__btns {
  margin-top: 18px;
}
.container__btns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  /* border-radius: 5px; */
  margin-top: 15px;
}
.container__btns ul li:first-child a {
  background: linear-gradient(to bottom, #1c318a 0%, #886200 50%, #1c318a 100%);
  cursor: pointer;
  width: 100%;
  height: 50px;
}
.container__btns ul li:last-child a {
  background: linear-gradient(to bottom, #ffffff 0%, #727272 50%, #ffffff 100%);
  cursor: pointer;
  width: 100%;
  height: 50px;
}
.container__info-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 30px 0;
}
.container__info-section table thead {
  background: radial-gradient(
    circle 214px at 46.5% 54.2%,
    #1c318a 0,
    #000000 96%
  );
  color: #fff;
  border: 1px solid #1c318a;
  height: 50px;
}
.container__info-section table tbody {
  color: #fff;
}
.container__info-section table tbody tr td {
  border: 1px solid #1c318a;
  padding: 10px;
  background-color: #000;
}
.container__copyright {
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  background: radial-gradient(
    circle 214px at 50.5% 54.2%,
    #1c318a 0,
    #000000 96%
  );
  font-weight: bold;
}
@media (max-width: 768px) {
  .container__nav-section {
    margin-inline: 15px;
  }
  .container__nav-section ul {
    display: block;
  }
  .container__nav-section ul li:nth-child(3) a,
  .container__nav-section ul li:nth-child(2) a {
    width: 100%;
    margin-bottom: 10px;
  }
  .container__main-section {
    margin-inline: 15px;
  }
  .container__main-section div a {
    text-align: center;
  }
  .container__info-section {
    margin-inline: 15px;
  }
  .container__main-section img {
    width: 652px;
    height: 652px;
  }
  .container__btns ul li:last-child a {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .container__main-section img {
    width: 270px;
    height: 260px;
  }
}

/*# sourceMappingURL=style.css.map */