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

body {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 13px;
  background-color: #cadae3;
}

section {
  margin: 3rem 0 1.5rem 0;
  width: 525px;  
  background-color: #cadae3;
}
 
#main {
  display: flex;
  margin: 16px;
  border: 1px dotted #000;
  background-color: white;
}

#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 {
  width: 25%; 
}

.two {
  width: 42%;
}

.three {
  width: 43%;
}

.one-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
  border: 1px dotted #000;
}

.one-1 span {
  margin: 3px 0; 
  padding: 2px 0;
  width: 100%;
  color: white;
  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;
}

.one-1 a {
  text-decoration: none;
  color: #6290b3;
  margin-left: 2px;
  transition: 0.3s;
}

.one-1 a:hover {
  font-style: italic;
}

.one-2 {
  background-color: white;
  padding: 2px;
  display: flex; 
  flex-direction: column;
  align-items: flex-end;
  margin: 3px 0;
  border: 1px dotted #000;
}

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

.left {
  width: 100%;
}

.two-1 {
  height: 250px; 
  background-color: white;
  margin: 5px;
  padding: 5px;
  border: 1px dotted #000;
}

.two-2 {
  display: flex;
  height: 200px;
  margin: 5px;
  border: 1px dotted #000;
  overflow-y: scroll;
  flex-direction: column;
  background-color: white;
}

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

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

#footer {
  border: 1px dotted #000;
}

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

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

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

iframe {
  border: 1px dotted #000;
}

#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;
}

@media (max-width: 800px) {
  section, #main {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
  #header {
    width: 100%;
    height: auto;
  }
  #title {
   height: 120px;
   width: 400px;
   background-size: cover;
   background-repeat: no-repeat;
  }
  .sinclair {
    display: none;  
  }
  .one, .two, .three {
    width: 100%;
    margin: auto;
  }
  .one-1 {
    margin: 5px;  
  }
  .one-2 {
    align-items: normal;
    margin: 3px 5px;
  }
  .buttons {
    width: 95%; 
  }
  iframe {
   width: 95%; 
   display: block;
   margin: auto;
  }
}
