body {
    /* background-image: url("../public/window.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: center; */
  height: 100vh;
  overflow: hidden;
  }
  
  .wallpaper-view {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    
  }
  
  .wallpaper-view h2{
    font-size: 24px;  
    margin: 3em 0;
  }

  .background-img{
    position: absolute;
    top: 12em;
    width: 100vw;

  }

  .background-img img {
    width: 100%;
  }
  
  .wallpaper-view h3{
    font-size: 18px;  
    margin: 3em 0;
  }
  
  .wallpaper-view ul{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: flex-start;
    width: 40%;
  }
  
  .wallpaper-view li {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 0;
  }
  
  .wallpaper-view li a {
    color: black;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
  }
  
  h2 a {
    color: black;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
  }
  
  
  .wallpaper-view li a:hover {
    color: #555;
  }
  
  h2 a:hover {
    color: #CC133D;
  }
  
  .blinds {
    margin: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
  }
  
  #blinds-link {
    text-decoration:underline;
    margin-top: 10px;
  }

  @media only screen and (max-width: 974px) {
    .under-header{
      position: relative;
      top: 1em;
    }

    .background-img {
      position: absolute;
      top: 170px;
      bottom: 0;
      overflow: hidden;
    }
    .background-img img{
      height: 100vh;
      width: auto;
    }
  
  }
