.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: black;
  font-family: 'Kosugi Maru', sans-serif;
  background-image: url('/image/360.jpg');
}

section {
  margin: auto;
  width: 750px;
  background-image: url('/image/dotlings.png');
  background-size: cover;
  border-radius: 30px 100px 50px 50px;
  border: solid white 3px;
}
      
.demo {
  background-image: url('/image/dotlings.png');
  background-size: cover;
  width: 300px;
  height: 250px;
  border-radius: 30px 100px 50px 50px;
  border: solid white 3px;
}
      
.para {
  margin: 16px 8px 16px 8px;
 }
 
#main {
  display: flex;
  margin: 16px;
}

#header {
  height: 150px;
  margin: 7px;
  display: flex;
}

#title {
  width: 500px;
  height: 150px;
  background-image: url('/image/2dexheader.png');
}

.one, .two, .three {
  display: flex;
  margin: 8px;
  flex-direction: column;
}

.one, .three {
  width: 25%; 
}

.two {
  width: 50%;
}

.one-1 {
  display: flex;
  flex-direction: column;
  margin: 2px;
  align-items: center;
  margin-bottom: 3px;
}

.one-1 a {
  margin: 3px; 
  padding: 2px;
  width: 100%;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  background: #617eff;
  background: radial-gradient(circle, rgba(97, 126, 255, 1) 0%, rgba(104, 206, 237, 1) 100%);
  text-align: center;
  transition: 0.3s;
}

.one-1 a:hover {
  font-style: italic;
  letter-spacing: 3px;
}

.one-2 {
  background-color: white;
  padding: 2px;
  display: flex; 
  flex-direction: column;
  align-items: flex-end;
  border: 2px solid white;
  border-radius: 3px;
  margin: 3px 0;
  box-shadow: #272796 inset 0 0 5px, #ffffff 0 0 1px;
}

#surf {
  margin: 3px;
  font-size: 10px;
}

.left {
  width: 100%;
}

.two-1 {
  height: 250px; 
  background-color: white;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: #9EABFF inset 0 0 5px, #ffffff 0 0 1px;
}

.two-2 {
  display: flex;
  height: 200px;
  margin: 5px;
  border: 0 transparent;
  border-radius: 5px;
}

.three-1 {
  margin: 5px 0;
}

.buttons {
  height: 37px;
  width: 700px;
}

.buttons img {
  filter: sepia(100%) hue-rotate(160deg) grayscale(40%);
}

.buttons img:hover {
  filter: brightness(110%);
}

#footer {
  
}

.special {
  color: #ffffff;
  text-shadow: -1px 0 #385ffc, 0 1px #385ffc, 1px 0 #385ffc, 0 -1px #385ffc;
  font-weight: bold;
}

iframe {
  border: 2px solid #9EABFF;
  border-radius: 5px;
}

#ckwr .webring-image {
  content: url("https://evehibi.nekoweb.org/ckwr/c/sorbetshark.png");
}
      
.lpsring a {
  color: #621d8a;
  transition: 0.3s;
}
      
.lpsring a:hover {
  letter-spacing: 3px;
}
      
#wearepsychics a {
  color: #ff121e;
  transition: 0.3s;
}
      
.webring-info a:hover {
  letter-spacing: 3px;
}