body {
    font-family: 'Inter', sans-serif;
  }
  
  a {
    text-decoration: none;
  }
  
  
  .contentHolder{
    overflow-y: hidden;
    overflow-x: hidden;
  }
  
  .homeScreen {
    text-align: center;
  }
  
  .downloadButton img {
    height: 50px;
  }
  
  .homeLogo {
    width: 80px;
    height: 80px;
    margin-top: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 20px;
  }
  
  .screenshots {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  @media screen and (max-width: 1068px) {
  .screenshots img {
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
    width: 220px;
  }
  }
  
  @media screen and (max-width: 734px) and (max-width: 734px){
    .screenshots img {
      margin-left: 9px;
      margin-right: 9px;
      position: relative;
      width: 176px;
    }
  }
    
  @media screen and (min-width: 1068px){
  .screenshots img {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    width: 268px;
  }
  }
  
  @media screen and (max-width: 1068px) {
  .homeHeader {
    display: flex;
    justify-content: center;
    line-height: 1.0625;
    font-weight: 700;
    letter-spacing: -0.009em;
    color: black;
    margin-bottom: 20px;
  }
  }