<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

body {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-position: up;
  padding-right: 15%;
  padding-left: 15%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 60px;
  height: 100%;
  background: rgba(48, 48, 48, 0.144);
  backdrop-filter: blur(5px);
  z-index: 1000;
}

ul{
  list-style: none;
  margin: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding: 20px;
  
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

a{
  font-size: 20px;
  padding: 20px;
  color: #b8b8b8;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover{
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  font-size: 20px;
  text-shadow: 0 0px 7px rgba(221, 221, 221, 0.356), 
               0 0px 12px rgba(221, 221, 221, 0.356), 
               0 0px 16px rgba(221, 221, 221, 0.356);
}
}

li {
  display: inline;
}

.contentserverlist {
  color: #fdfdfd;
  width: 100%;
  min-height: 100vh;
  background: rgba(48, 48, 48, 0.15);
  margin-top: 90px;
  padding-bottom: 100px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
}

.server-ip {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.server-ip:hover {
  text-decoration: underline dotted;
}


.boxdsslin {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s ease;
}

.boxdss-lin:hover {
  transform: scale(1.01);
}


.boxgrid {
  display: grid;
  gap: 24px;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.boxdss {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.boxdss:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.boxdss img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.boxdss h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: center;
}

.boxdss p {
  color: #ddd;
  font-size: 1rem;
  text-align: center;
}


.content {
  color: #fdfdfd;
  width: 100%;
  min-height: 100vh;
  background: rgba(48, 48, 48, 0.15);
  margin-top: 90px;
  padding-bottom: 100px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.maintextr-t {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}

.maintexttt-t {
  font-size: 1.3em;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.maintextttt-t {
  font-size: 1.1em;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.maintexttt-r {
  text-decoration: none;
  background-color: rgba(80, 80, 80, 0.9);
  color: #fdfdfd;
  border: 2px solid #252525;
  border-radius: 12px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.maintexttt-r:hover {
  background-color: rgba(130, 0, 0, 0.9);
  color: #ffffff;
  transform: scale(1.05);
}


@media (max-width: 480px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  ul {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
   }

  ul a {
    font-size: 12px;
    padding: 20px;
  }
ul a:hover{
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  font-size: 12px;
  text-shadow: 0 0px 7px rgba(221, 221, 221, 0.356),
               0 0px 12px rgba(221, 221, 221, 0.356),
               0 0px 16px rgba(221, 221, 221, 0.356);
}
  .content {
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media (max-width: 768px) {
  body {
    padding-left: 5%;
    padding-right: 5%;
  }

  ul a {
    font-size: 14px;
    padding: 20px;
  }
ul a:hover{
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  font-size: 14px;
  text-shadow: 0 0px 7px rgba(221, 221, 221, 0.356),
               0 0px 12px rgba(221, 221, 221, 0.356),
               0 0px 16px rgba(221, 221, 221, 0.356);
}
  .content {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1024px) {
  body {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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