<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: 'Raleway', sans-serif;
  color: rgb(20, 20, 20);
  text-transform: uppercase;
  letter-spacing: .5em;
  top: 15%;
}

h5 {
  text-transform: none;
  margin-bottom: 30px;
}

.btn {
  background-color: rgba(119, 119, 119, .8);
  border: 1px solid rgb(68, 68, 68) 
}

.btn:hover {
  background-color: rgb(68, 68, 68);
}

.card {
  border: 2px solid black;
  border-radius: 5px;
  background-color: rgba(201, 201, 201, .6);
  color: rgb(51, 51, 51);
}

.color {
  width: 75px;
  height: 35px;
  border-radius: 3px;
}

</pre></body></html>