<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/css?family=Sintony");
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #171717;
  font-family: "Sintony", sans-serif;
}

#container {
  height: 100%;
  width: 100%;
  max-width: 1100px;
  min-height: 650px;
  overflow: hidden;
}

.prevent {
  height: 100%;
  min-height: 650px;
  overflow: hidden;
  width: 50%;
  position: absolute;
  left: 13%;
  z-index: 9;
  display: block;
  background-color: transparent;
}

#container ul {
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#container ul &gt; * {
  color: #FFB7C5;
  display: block;
  list-style: none;
  padding-top: 3%;
  width: 20%;
  height: 15%;
  margin: 0;
  transition: all 0.9s cubic-bezier(0.87, -0.31, 0.19, 1.44);
  text-align: center;
}
#container ul &gt; * span {
  font-size: 23px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #FFB7C5;
  font-weight: bold;
  display: none;
}
#container ul &gt; *:nth-of-type(1) {
  background-color: #811453;
  opacity: 0.7;
}
#container ul &gt; *:nth-of-type(2) {
  background-color: #3C144F;
  opacity: 0.7;
}
#container ul &gt; *:nth-of-type(3) {
  background-color: #9F4576;
  opacity: 0.7;
}
#container ul &gt; *:nth-of-type(4) {
  background-color: #9C2542;
  opacity: 0.7;
}
#container ul &gt; *:nth-of-type(5) {
  background-color: #0A7E8C;
  opacity: 0.7;
}

#container ul li:hover {
  width: 90%;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  opacity: 1;
}

#container ul li:hover span {
  display: block;
}</pre></body></html>