html,
body,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  color: #fff;
}

body {
  font-family: 'Merienda', cursive;
}

body .container {
  -webkit-clip-path: polygon(100% 0, 100% 51%, 70% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 51%, 70% 100%, 0 100%, 0 0);
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: #383CC1;
}

body main {
  padding-top: 30px;
  text-align: center;
  height: 90vh;
}

body main header#header a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: inherit;
  text-transform: uppercase;
}

body main .first-section {
  background-color: #12B0E8;
  width: 70%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

body main .first-section img {
  width: 100%;
  height: auto;
  background: #CAD5E2;
}

body main .first-section p {
  color: #fff;
  margin-bottom: -18px;
}

body main .second-section h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

body main .second-section h4 {
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 0;
}

body main .second-section .btn {
  border: none;
  padding: 5px 20px;
  background-color: #12B0E8;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}

body main .second-section .btn .fab {
  margin-right: 5px;
}

body footer {
  text-align: center;
  background-color: #12B0E8;
  -webkit-box-shadow: 0px 0px 5px #12B0E8;
          box-shadow: 0px 0px 5px #12B0E8;
  width: 100%;
  padding: 10px 0;
}

body footer p {
  font-size: 12px;
  display: block;
}

body footer p a {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 768px) {
  body main {
    width: 450px;
    height: 90vh;
    margin: 0 auto;
    background-color: #120E43;
  }
  body main .first-section {
    width: 300px;
    height: auto;
  }
  body footer {
    width: 450px;
    margin: 0 auto;
    position: static;
  }
}
/*# sourceMappingURL=style.css.map */