<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&amp;display=swap");

:root {
  --bg-color: rgb(23, 23, 23);
  --card-color: rgb(26, 26, 26);
}
body {
  font-family: "Poppins", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: rgb(180, 188, 208);
    background: url("https://firebasestorage.googleapis.com/v0/b/twetzel-a07f2.appspot.com/o/images%2FAdd_a_heading4.png?alt=media&amp;token=44d400a3-f193-4a51-9748-69ca58692131");
    height: 100vh; 
    width: 100vw;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #58350A;
  font-weight: 800;
  padding: 0px;
}
#wave {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}
.footer-title {
  color: #ff964f;
}
#dbtn {
  position: absolute;
  color: black;
  background-color: #50b8e7;
  border: 3px solid #84cdee;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  font-family: "Poppins";
  font-weight: 700;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  transform: translate(calc(50% - 34px), 0);
  transition: all 300ms;
}
#dbtn2 &gt; i {
  font-size: 20px;
  margin-left: 3px;
}
#dbtn &gt; i {
  font-size: 16px;
  margin-left: 3px;
}
#dbtn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: black;
  border: 3px solid #84cdee;
  box-sizing: border-box;
  transform: translate(calc(-50% - 50px), 0);
  background-color: #50b8e7;
  padding: 20px;
  font-family: "Poppins";
  font-weight: 700;
  cursor: pointer;
  margin-top: 140px;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 300ms;
}
#dbtn:hover {
  background-color: #84cdee;
  border: 3px solid #50b8e7;
}
#dbtn2:hover {
  background-color: #84cdee;
  border: 3px solid #50b8e7;
}
#logo {
  font-size: 8em;
  color: black;
  font-family: "Black Ops One";
  margin-bottom: 15vw;
}
::-webkit-scrollbar {
  display: none;
}
#footersocial {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vw;
  font-size: 40px;
  gap: 10px;
  z-index: 5;
  transition: all 400ms;
}
#footersocial &gt; i:hover {
  font-size: 42px;
  cursor: pointer;
}
.line {
  background-color: rgb(180, 188, 208);
  height: 60%;
  width: 2px;
}
#footer {
  width: 100vw;
  margin-top: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(18, 18, 18);
  z-index: 5;
}
#header {
  min-height: 442px;
  width: 100vw;
  height: 50vh;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  justify-content: center;
}
#card-box {
  width: 100vw;
  height: fit-content;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
#card-box &gt; h2 {
  position: absolute;
  top: -70px;
  font-size: 28px;
  z-index: 5;
}
#cards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  gap: 8px;
  max-width: 916px;
}
#cards:hover &gt; .card &gt; .card-border {
  opacity: 1;
}
.card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  height: 260px;
  transition: color 300ms;
  position: relative;
  width: 300px;
  font-size: 18px;
}
.card:hover {
  color: rgb(211, 217, 232);
}
.card-content {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  position: relative;
  background-color: var(--card-color);
  border-radius: inherit;
  margin: 1px;
  overflow: hidden;
  z-index: 2;
}
.card-content &gt; svg {
  position: absolute;
  right: -20%;
  scale: 0.65;
  bottom: -150px;
}
.card-content &gt; i {
  position: absolute;
  left: 15px;
  top: 18px;
  transition: font-size 300ms;
  font-size: 24px;
}
.card-content &gt; b {
  position: absolute;
  font-weight: 800;
  top: 15px;
  transition: font-size 300ms;
  left: 50px;
  font-size: 20px;
}
.card:hover &gt; .card-content &gt; i {
  font-size: 28px;
}
.card:hover &gt; .card-content &gt; b {
  font-size: 21px;
}
.card:hover::before {
  opacity: 1;
}
.card-border,
.card::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: inherit;
  opacity: 0;
  transition: opacity 500ms;
}
.card::before {
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.06), transparent 40%);
  z-index: 3;
}
.card-border {
  background: radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.3), transparent 40%);
  z-index: 1;
}


footer {
  margin-top:25px;
  background-color: #121212;
  width:-webkit-fill-available;
  height:42.5%;
}
.footer-sections {
  justify-content: space-evenly;
  display: flex;
}
.footer-link {
  text-align: center;
  color:white;
}
div.footer-link a {
  color:#B4BCD0;
  text-decoration: none;

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