* {
    box-sizing: border-box;
}
body{
    margin: 0;
    height:100%;
}
html{
    background-color: #d0ab6f;
    height:100%;
}
.webTitle{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 45px;
    text-align: center;
}

#movieName{
    padding:20px;
    border:0;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 100%;
    margin-bottom: 20px;

}
#movieSearch{
    padding:20px;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 100%;
    margin-bottom: 20px;
}
#historyButton{
    padding:20px;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 100%;
    

}
#searchForm{
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-bottom: 20px;
}
#infomationDiv{
    height: 100%;
}

#searchInfoDiv{
    /*display: inline-block;*/
    float:left;
    background-color: #161616;
    color: #dfdfdf;
    width:100%;
    height: 100%;
    margin: 0;
    overflow: auto;
}

#searchHistoryDiv{
    /*display: inline-block;*/

    background-color: #785f48;
    float:right;
    width: 25%;
    color: white;
    margin: 0;
    height: 100%;
    
}
.hideDiv{
    display: none;
}





@media only screen and (min-width: 640px) {
#movieName{
    padding:20px;
    border:0;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 50%;
    margin-left: 5%;
}
#movieSearch{
    padding:20px;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 10%;
    margin-left: 5%; 
    margin-right: 5%
}
#historyButton{
    padding:20px;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.8);
    border-radius:10px;
    width: 10%;
    margin-left: 7%;
}
#searchForm{
    /*margin-left: 10%;
    margin-right: 10%;*/
    margin-bottom: 20px;
}
#infomationDiv{
    height: 100%;
}

#searchInfoDiv{
    /*display: inline-block;*/
    float:left;
    background-color: #161616;
    color: #dfdfdf;
    width:100%;
    height: 100%;
    margin: 0;
    overflow: auto;
}

#searchHistoryDiv{
    /*display: inline-block;*/

    background-color: #785f48;
    float:right;
    width: 25%;
    color: white;
    margin: 0;
    height: 100%;
    
}
.hideDiv{
    display: none;
}
}



@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@500&family=Parisienne&display=swap');
.headerFont{
    font-family: 'Parisienne', cursive;
}
.infoFont{
    font-family: 'Josefin Slab', serif;
}