* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  background: #020024;
  background: linear-gradient(103deg, #020024 14%, #090979 63%, #00d4ff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

main {
  background: black;
  height: 100vh;
}

.frontend1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.frontend1 h2, .frontend1 .btn-frontend1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frontend1 h2, .frontend1 a {
  color: white;
  margin: 20px;
}

.frontend1 .btn-frontend1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px;
}

.frontend1 a {
  text-decoration: none;
  background: #090979;
  padding: 20px 0;
  width: 133px;
  border-radius: 4px;
  text-align: center;
}

.frontend1 a:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
/*# sourceMappingURL=style.css.map */