<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logo {
  position: relative;
}

#btns {
  position: absolute;
  display: inline-block;
  bottom: 50px;
  left: 0;
  width: 40%;
  text-align: center;

  //margin-bottom: 40px;
}

#btns a {
  text-decoration: none;
  padding: 3px;
  background-color: rgb(240,235,190);
  transition: border-color 0.5s linear;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 10px;
}

#btns a:hover {
  background-color: rgb(147,39,41);
}

#btns a img {
  margin: 1px;
}</pre></body></html>