@media screen and (min-width: 1360px) {
  body::-webkit-scrollbar {
    width: 0.63em;
  }
  
  body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: rgb(128, 6, 139);
    border-radius: 1.25em;
    border: 0em;
  }
  
  h1 {
    font-size: 1.2em;
    letter-spacing: 0.18em;
  }

  body {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
}

  .page {
    width: 100%;
    left: 0;
    transform: none;
    padding-top: 0;
    border-radius: 0;
  }

  .title-logo {
    width: 30%;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .logo-head {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 35%;
    margin-bottom: 5%;
  }

  .list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .link {
    width: 30%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button_1:hover {
    background-color: rgba(25, 113, 255, 0.089);
  }
  .button_2:hover {
    background-color: rgba(255, 105, 25, 0.089);
  }
  .button_3:hover {
    background-color: rgba(255, 25, 171, 0.089);
  }
  .button_4:hover {
    background-color: rgba(25, 240, 255, 0.089);
  }
  .button_5:hover {
    background-color: rgba(255, 25, 25, 0.089);
  }
}