
   * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
   }

   html {
     height: 100%;
   }

   body {
    margin: 0;
    min-height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 50px;
   margin-bottom: 50px;
    background-color: #022535;
    color: #e4e4e4;
    font-family: 'Greycliff cf', sans-serif;
    font-weight:400;
   }

   .section {
    margin-top: 0px;
    margin-bottom: 40px;
  }

   .container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 150px;
    padding-left: 150px;
    font-family: 'Greycliff cf', sans-serif;
    font-weight:400;
    max-width: 940px;
  }

   img {
     max-width: 100%;
     vertical-align: middle;
     display: inline-block;
   }

   h1 {
     margin-top: 0px;
     margin-bottom: 0px;
     font-family: 'Greycliff cf', sans-serif;
     color: #e4e4e4;
     font-size: 25px;
     line-height: 30px;
     font-weight: 700;
   }

   h2 {
     margin-top: 0px;
     margin-bottom: 0px;
     font-family: 'Greycliff cf', sans-serif;
     color: #125c7e;
     line-height: 30px;
     font-size: 25px;
   }

   h3 {
     margin-top: 15px;
     margin-bottom: 0px;
     font-family: 'Greycliff cf', sans-serif;
     color: #e4e4e4;
     font-size: 25px;
     line-height: 30px;
     font-weight: 400;
   }

   h4 {
     margin-top: 15px;
     margin-bottom: 15px;
     font-family: 'Greycliff cf', sans-serif;
     color: #e4e4e4;
     font-size: 20px;
   }

   h5 {
     font-size: 14px;
   }

   h6 {
     font-size: 12px;
   }
   

 
   @media screen and (max-width: 991px) {
     .container {
       max-width: 728px;
     }
   }

   @media screen and (max-width: 767px) {
     .container{
       margin-left: 0;
       margin-right: 0;
     }
   }

   @media screen and (max-width: 479px) {
     .container {
       max-width: none;
     }
   }

.emoji {
  width: 50px;
  display: inline-block;
}

.year-text {
  display: inline-block;
  width: 50px;
  color: #e4e4e4;
  font-weight: 700;
  font-size:14px;

}

.company-text {
  display: inline-block;
  text-align: left;
  color: #e4e4e4;
  font-size: 20px;
}

.experience-block {
  font-size: 0;
  line-height: 15px;
}

.description-text {
  display:block;
  margin-left: 50px;
  float: none;
  clear: none;
  color: #a8a8a8;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 120%;
}

.link-2 {
  margin-right: 20px;
  color: #e4e4e4;
  font-size: 18px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 25px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Greycliff cf';
  src: url('./fonts/greycliff-cf-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('./fonts/greycliff-cf-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliff cf';
  src: url('./fonts/greycliff-cf-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}