@media screen and (min-width: 0px) and (max-width: 425px) {
  main{
    overflow-x: hidden;
    background-color: hsl(240, 100%, 5%);
    color: white;
  }

  .hlt-ctn{
    width: 100%;
    height: 80px;
    background-color: rgb(19, 19, 94);
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .hlt-ctn h1{
    font-size: 5vw;
  }

  .atribute{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
  }

  .atribute div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    color: rgb(219, 219, 255);
  }

  .atribute p{
    color: rgb(219, 219, 255);
  }

  .atribute a{
    color: rgb(219, 219, 255);
  }

  .atribute a:hover{
    color: white;
  }
}