<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.other {
  align-self: center;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:90%;
  padding-top: 5vh;
}

.other h1{
  font-size: 20vmin;
  margin:0;
}

.other h2{
  font-size:5vmin;
}

.other p{
  font-size: clamp(12px,4vmin,20px);
  color:white;
  text-align: center;
}

.gear{
  height:20vmin;
}

.gear1{
  animation:spin 3s infinite linear;
}

.gear2{
  animation:spin 3s infinite reverse linear;
  margin-bottom: 3vmin;
  margin-left: -1vmin;
}

.contact_btn{
  background: linear-gradient(var(--color1_1),var(--color1_2));
  color:black;
  text-decoration: none;
  font-size: clamp(12px,4vmin,20px);
  padding:1vmin;
  border-radius: 2px;
  font-weight: bold;
}
</pre></body></html>