@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Rubik+Mono+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


body {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #448b5d;
  
  background-color: #5f0303;
  border: solid 5px rgb(22, 178, 160);
}
/* body:hover{
  color: #150ab6;
  border: solid 1px rgb(0, 0, 0);
} */

h3{
  color: #de158b;
  text-align: center;
}
.rubik-mono-one-regular {
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}


.roboto-font {
  font-family: "Roboto", sans-serif;
  /* font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100; */
}


.login-container {
    border: solid 1px rgb(9, 82, 74);
}

#author {
    text-decoration: underline;
}
#searchResults > li{
  /* text-decoration: underline; */
  color: #fcfcfc;
  
  
}
#searchResults>li:hover {
  color: #150ab6;
  text-decoration: underline;
}
.container{
  background-color: #5f0303;
  border: unset;
}
