<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-bar a{
    font-size:20px;
}
.search-area {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.8);
}
.search-field {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.search-area .closebtn {
  position: absolute;
  top: 20px;  
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.search-area .closebtn:hover {
  color: #ccc;
}
.search-area input[type=text] {
  font-size: 17px;
  border: none;
  float: left;
  width: 90%;
  background: white;
  height:50px;
  padding:0 10px;
}
.search-area input[type=text]:hover {
  background: #f1f1f1;
}
.search-area .button {
  float: left;
  width: 10%;
  height:50px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-area .button:hover {
  background: #bbb;
}</pre></body></html>