*{
     background-color:#D3D3D3 ; 
}
h1{
    text-align: center;
    font-style: italic;
    font-size:40px ;
    text-transform: uppercase;
    
}
h1:hover{
  color: crimson;
}

    
h2{
  font-size: 30px;
  font-style: italic;
    text-align: center;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}
h2:hover{
  color: crimson;
}
h3{
    text-align: center;
}
form{
    text-align: center;
}
.search-bar {
  
    width: 100%;
    height: 50px;
    background-color: #d86d6db0;
    border: 1px solid #ccc;
    padding: 5px;
  }
  
  .search-bar input {
    text-transform: calc();
    font-size: 20px;
    font-style: italic;
    width: 80%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
  }
  
  .search-bar button {
    width: 20%;
    height: 30px;
    background-color: black;
    color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
  }
  button{
    background-color: black;
    color: crimson;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif; 
font-style: italic;
  }
  button:hover{
    color: crimson;
    border: 2px solid black;
    padding: 8px 16px;
    cursor: pointer;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .2), inset -
    3px -3px 9px rgba(0, 0, 0, .2);
  }

  a{
    display: inline-block;
    padding: 6px 8px;
    border: 3px solid #fff;
    color:black;
    text-decoration:none;
    transition: all 0.3s ease-out;
    cursor: pointer;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .2), inset -
    3px -3px 9px rgba(0, 0, 0, .2);
    transition: all ease-in-out 50ms;
    outline: none;
    display: inline-block;
    line-height: normal;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    
    letter-spacing: 1.4px;
   font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 7em;
    padding: 0.5em 1em;
    margin: 0.2em 0.3em;
    background: transparent;
    border-radius: 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  }
  a:hover{
    color: crimson;
    border: 2px solid black;
    padding: 8px 16px;
    cursor: pointer;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .2), inset -
    3px -3px 9px rgba(0, 0, 0, .2);
    

}