body{
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow-x: hidden;
}
main{
  min-height: 100vh;
  min-width: 100vw;
  background: linear-gradient(to bottom, #0B375D 0%, #327dbe 87%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.logo{
  width: 200px;
}

main h1{
    font-weight: bold;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    color: #fff;
    width: 70%;

}

main p{
    margin: 0 0 0 0;
    line-height: 1.88;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    text-align: center;
}

.icons{
  position: fixed;
      bottom: 25px;
      width: 60px;
      z-index: 1000;
      display: block;
      bottom: 25px;
      right: 24px;
      cursor: pointer;
}

.icons1{
  display: flex;
  justify-content: center;
  gap: 20px;
  
}

.icons1 a{
  margin-top: 20px;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
  width: 20px;

}

.icons1   img{
  cursor: pointer;
}

 button{
  margin-top: 20px;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  transition: 0.3s;
  width: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.iucons1 button img{
  cursor: pointer;
  width: 20px;
}

@media (max-width:500px) {
  main h1{
    font-size: 1.5rem;
    width: 90%;
  }
  main p{
    font-size: 0.8rem;
  }
}