.header-div{
    background-image: url('dictionary.jpg');
    width:100%;
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
 


}
.result-div{

    width:30%;
   height: auto;
   margin-top:30px;
    background-color:white;
    margin: auto;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:rgba(0, 0, 0, 0.692);
    text-transform: capitalize;
    
    box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.288);

}
.main-div{
width:50%;
height:500px;
background-color:white;
margin: auto;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color:rgba(0, 0, 0, 0.692);
text-transform: capitalize;
border-radius:10px;
box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.185);


}
input{
    box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.349);
    border:none;
    padding:10px;
    margin-bottom:20px;;

}

h1{
    text-decoration: underline;
    text-decoration: underline;
   
}

#result-div{
  box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.349);

  height:200px;
  width:50%;
  border-radius:5px;
  margin: auto;
padding-top:40px;



}
i{
    font-size:13px;
    padding:10px;
    box-shadow:1px 1px 3px 0px rgba(0, 0, 0, 0.349);;
}