@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.header {
  background: linear-gradient(-135deg, #E4A972, #9941D8);
  font-family: 'Montserrat', sans-serif;
}

.header h1 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description {
  font-size: 18px;
  color: #ffffff;
  height: 50px;
  display: flex;
  justify-content: center;
}

.main {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

.main h2 {
  font-size: 38px;
  font-weight: 400;
  margin-top: 60px;
  text-align: center;
}

.scarlet_violet {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  justify-content: center;
  gap: 50px;
}

.scarlet_violet a {
  text-decoration: none;
  font-size: 22px;
  display: grid;
  place-items: center center;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(-135deg, #AD6BDF, #d62e4e);
  border-radius: 30px;
  color: #ffffff;
  width: 220px;
  line-height: 30px;
  height: 120px;
}

.scarlet_violet a:hover{
  transform:scale(1.1,1.1);
  background: linear-gradient(-135deg, #E4A972, #9941D8);
}

.sword_shield {
  display: flex;
  margin-top: 20px;
  margin-bottom: 191px;
  justify-content: center;
  gap: 50px;
}

.sword_shield a {
  text-decoration: none;
  font-size: 22px;
  display: grid;
  place-items: center center;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(-135deg, #d62e4e, #71c5e8);
  border-radius: 30px;
  color: #ffffff;
  width: 220px;
  line-height: 30px;
  height: 120px;
}

.sword_shield a:hover{
  transform:scale(1.1,1.1);
  background: linear-gradient(-135deg, #E4A972, #9941D8);
}

.ss_double_s13 {
  visibility: hidden;
}

.footer {
  color: #ffffff;
  background-color: #24211b;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
}


@media (max-width: 800px){
  *,
  ::before,
  ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
  }

  .header {
    background: linear-gradient(-135deg, #E4A972, #9941D8);
    font-family: 'Montserrat', sans-serif;
  }

  .header h1 {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .description {
    font-size: 12px;
    color: #ffffff;
    height: 30px;
    display: flex;
    justify-content: center;
  }

  .main {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .main h2 {
    font-size: 28px;
    margin-top: 30px;
    margin-left: 10px;
  }

  .scarlet_violet {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    margin-bottom: 50px;
    margin-right: 28px;
    margin-left: 28px;
    justify-content: space-between;
    gap: 20px;
  }

  .scarlet_violet a {
    text-decoration: none;
    font-size: 13px;
    display: grid;
    place-items: center center;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(-135deg, #AD6BDF, #d62e4e);
    border-radius: 30px;
    color: #ffffff;
    width: 134px;
    line-height: 30px;
    height: 110px;
  }

  .scarlet_violet a:hover{
    transform:scale(1.1,1.1);
    background: linear-gradient(-135deg, #E4A972, #9941D8);
  }

  .sword_shield {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
    margin-bottom: 50px;
    margin-right: 28px;
    margin-left: 28px;
    justify-content: space-between;
    gap: 20px;
  }

  .sword_shield a {
    text-decoration: none;
    font-size: 13px;
    display: grid;
    place-items: center center;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(-135deg, #d62e4e, #71c5e8);
    border-radius: 30px;
    color: #ffffff;
    width: 134px;
    line-height: 30px;
    height: 110px;
  }

  .sword_shield a:hover{
    transform:scale(1.1,1.1);
    background: linear-gradient(-135deg, #E4A972, #9941D8);
  }

}
