*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
header{
    color:green;
    background-color: rgb(0,0,255,0.15);
    text-align: center;
    height: 120px;
    text-decoration: none;
}
.title{
    height: 80px;
}
.title h1{
    background-color: rgb(0,0,255,0.15);
    text-align: center;
    font-family: cursive;
}

.navbar{
    display: flex;
    min-width: 600px;
    justify-content: space-evenly;
    background-color:rgb(30, 30, 95);
    margin-left: 5%;
    margin-right: 5%;
    
}
.navbar a{
    text-align: center;
    color:white;
    padding:5px;
    text-decoration: none;    
}
.searchbar{
    text-align: centre;
    
 }
.searchinput{
   padding:4px;
   text-align: centre;
   
}
.searchbutton{
    padding: 4px;
    text-align: centre;
    background-color:rgb(0, 238, 255);
    
 }