@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.header {
  background: linear-gradient(-135deg, #E4A972, #9941D8);
  font-family: 'Montserrat', sans-serif;
}

.header h1 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding-right: 300px;
  padding-left: 300px;
}

.main h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main p {
  font-size: 20px;
}

.last-paragraph {
  margin-bottom: 90px;
}

.main a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 240px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.google {
  background: #39aa52;
  margin-bottom: 90px;
}



@media (max-width: 800px){
  *,
  ::before,
  ::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
  }

  .header {
    background: linear-gradient(-135deg, #E4A972, #9941D8);
    font-family: 'Montserrat', sans-serif;
  }

  .header h1 {
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .main h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main p {
    font-size: 16px;
  }

  .last-paragraph {
    margin-bottom: 50px;
  }

  .main a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 240px;
    height: 40px;
    line-height: 40px;
  }

  .google {
    background: #39aa52;
    margin-bottom: 50px;
  }
}
