body{
    background: #7d7d7d;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-wrap{
    display: flex;
    flex-direction: column;
    margin-top:30px;
    
    border-radius: 24px;
    background: #7d7d7d;
    box-shadow:  39px 39px 79px #4c4c4c, 
                 -39px -39px 79px #aeaeae;
    align-items: center;
    
    height: 82vh;
    width: 88vw;
    }

.search-value{
    width: 40vw;
    height:80%;
    margin:5px;
    padding:9px;
    border-radius: 0px 15px;
    outline: none;
    font-size: 15px;
    font-family:Montserrat ;
}
.output-list{
    width: 75%;
   
}
.output-list>p>a{
    font-family: Montserrat;
    font-size: 19px;
}
.output-list>p>a:hover{
    font-size: 20.5px;
    transition: 0.4s ease-out;
}
footer{
    background-color: hsla(0,0%,100%,0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:white;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  position: fixed;
  left:0vh;
  right:0vh;
  bottom: 0vh;
  width: 100%;
  padding-bottom:4px ;
  }
  footer>a>i{
  font-size: 16px;
  padding: 0px;
  color:white;
  
  }
  .app-wrap>h4{
    margin: 0px;
    padding: 0px;
   
    font-family: Montserrat;
    font-weight: 300;
    font-size: 15px;
    }
.style-two {
        border: 0;
        width:50vw;
        height: 1px;
        margin-bottom: 30px;
        
        background-image: linear-gradient(to right, rgba(255, 254, 254, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    }
    .app-wrap>h1{
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        font-family: Montserrat;
        font-weight: 400;
    }
    input{
        font-family: Lato;
    }
