h1 {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  a {
    color: #fff;
    text-decoration: none;
  }
  
  .body {
    background-color: #071720;
    background-image: url("snowflake.svg");
    background-position: 50% 50%;
    background-size: 300px;
    font-family: Inconsolata, monospace;
    color: #e1e4e8;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  .image {
    width: 200px;
    height: 200px;
    margin-bottom: 48px;
  }
  
  .section {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
  }
  
  .header-block {

    display: flex;
    margin-top: 96px;
    margin-bottom: 96px;

    flex-direction: column;

    justify-content: center;

    align-items: center;
  }
  
  .preamble {
    margin-bottom: 67px;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  

  
  
  .heading {
    position: static;
    max-width: 500px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
  }
  

  
  .heading-2 {
    margin-bottom: 24px;
    text-align: center;
  }
  
  .div-block {
    background-color: #28b0ff;
  }
  
  .text-block {
    width: 200px;
    padding: 16px;
    background-color: #4b9fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  
  .button {

    margin-bottom: 12px;
    padding: 12px 48px;
    text-align: center;
    border-radius: 8px;
    background-color: #3d82a9;
    font-weight: 700;
    text-decoration: none;
  }
  
  .button:hover {
    background-color: #1d5b7f;
  }
  
  
  .div-block-3 {
    width: 96px;
    height: 1px;
    margin-bottom: 24px;
    padding-bottom: 0px;
    background-color: #3d82a9;
  }
  
  .paragraph {
    color: rgba(255, 255, 255, 0.91);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }
  
  .link-block {
    text-decoration: none;
  }
  
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 110px 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: rgba(255, 255, 255, 0.77);
    font-weight: 300;
  }
  
  .footercontent {
    max-width: 800px;
  }
  
  .footertext {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
    text-align: center;
  }
  
  .footertext.contact {
    margin-bottom: 0px;
  }
  
  .bold-text {
    font-weight: 500;
  }
  
  .text-span {
    color: #fff;
    font-weight: 300;
  }
  
  @media screen and (max-width: 500px) {
    .body {
      font-size: 16px;
      line-height: 1.8;
    }
  
    .image {
      width: 148px;
      height: 148px;
      margin-bottom: 24px;
    }
  
    .section {
      padding-right: 24px;
      padding-left: 24px;
    }
  
    .header-block {
      margin-top: 48px;
      margin-bottom: 48px;
    }
  
    .preamble {
      margin-bottom: 48px;
    }
  
    .heading {
      font-size: 26px;
    }
   
    .text-block-2 {
      font-size: 16px;
    }
  
    .paragraph {
      font-size: 12px;
    }
  
    .footer {
      padding: 62px 24px;
    }
  }