.blinkie-box {
  background: #aae6ff;

  border: 2px solid #1894ca;
  border-radius: 5px;

  padding: 8px;

  margin-top: 20px;
  margin-bottom: 20px;
}

.blinkie-box img {
  margin-right: 8px;

  height: 20px;

  image-rendering: pixelated;
}

body {
  background: #98e9f4 url("https://eggramen.neocities.org/xamag_skaia_3_optimized.png") no-repeat center center fixed;
  background-size: cover;

  color: #111123;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;

  margin: 0;
  padding: 0;

  overflow-x: hidden;
}

/* LINKS */

a {
  color: #045086;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* TEXT */

small {
  font-size: 10px;
}

.midsmall {
  font-size: 13px;
}

.biglist {
  font-size: 15px;
  text-align: left;
}

.smalllist {
  font-size: 14px;
  text-align: left;
  margin-right: 10px;
}

/* =========================
   MESSAGE BOX
   ========================= */

.message {
  width: 400px;

  margin: 125px auto 20px auto;

  background: #aae6ff;

  border: 3px solid #0783b9;
  border-top: 4px solid #1894ca;
  border-radius: 5px;

  text-align: center;
}

.innerbox {
  padding: 30px 20px;
}

.weirdbox {
  text-align: right;
  font-size: 14px;
}

.message-title-short,
.message-title-long {
  background: #1894ca;
  color: white;

  text-align: left;

  padding: 4px 10px;

  border-radius: 2px 2px 0 0;
}

.weird {
  background: #1894ca;
  color: white;

  display: inline-block;

  padding: 2px 8px;
  margin-left: 2px;
}

.weird a {
  color: white;
}

.normal {
  display: inline-block;

  margin: 6px;
  padding: 8px 14px;

  background: #1894ca;
  color: white;

  border-radius: 3px;

  font-size: 14px;
}

/* =========================
   MAIN BOX
   ========================= */

.box {
  width: 900px;
  min-height: 650px;

  margin: 30px auto 40px auto;

  background: #aae6ff;

  border: 3px solid #1894ca;
  border-top: 4px solid #1894ca;
  border-radius: 5px;

  position: relative;
}

.box-title {
  background: #1894ca;
  color: white;

  padding: 8px 20px;

  text-align: left;

  font-weight: bold;
}

.x {
   background: #1894ca;
  color: white;

  padding: 8px 20px;

  text-align: right;

  font-weight: bold; 
  
}

/* SIDEBAR */

.side {
  position: absolute;

  width: 150px;

  margin-top: 20px;
  margin-left: 20px;

  text-align: center;
}

.sidelist {
  list-style: none;
  padding: 0;
}

.sidecon {
  background: #1894ca;
  color: white;

  margin: 12px 0;
  padding: 8px;

  border-radius: 5px;

  text-align: left;
}

.sidecon a {
  color: white;
}

/* CONTENT */

.box-inner {
    min-height: 200px; 
    padding: 10px;
}


.box-inner h1 {
position: absolute;
top: 50px;
right: 30px;
}

/* FOOTER */

.footer {
  padding: 20px;
  text-align: center;
}

/* EXTRA */

.bar {
  text-align: center;

  margin: 25px 0;
}

.bar img {
  max-width: 100%;
}

.ramen {
  text-align: center;
  font-size: 11px;
  margin-top: -15px;
}

.shift {
  margin-left: 25px;
}

.shift2 {
  margin-left: 50px;
}

.songlist {
  font-size: 14px;
  margin-left: 25px;
}

.song {
  margin-left: 0;
}

.lyrics {
  font-size: 13px;
}

.word {
  display: inline-block;

  min-width: 160px;

  letter-spacing: 0.5px;
  font-style: italic;
}

.conlang-quote {
  font-style: italic;
  font-size: 17px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 950px) {

  .box {
    width: 700px;
    font-size: 16px;
  }

  .box-inner {
    margin-left: 180px;
  }
}

@media (max-width: 750px) {

  .box {
    width: 550px;
    font-size: 17px;
  }

  .side {
    width: 120px;
  }

  .box-inner {
    margin-left: 150px;
  }
}

@media (max-width: 600px) {

  .box {
    width: 95%;
  }

  .side {
    position: relative;

    width: auto;

    margin: 10px;
  }

  .box-inner {
    margin-left: 0;
  }

  .message {
    width: 90%;
  }
}

@media (orientation: portrait) {

  body {
    font-size: 18px;
  }

  .normal {
    font-size: 18px;
  }

  .box {
    width: 95%;
  }
}

.quote {
  text-align: center;
  
  
}

.footer {
  text-align: center;
  
}

.box-inner img {
  max-width: 100%;
  height: auto;
}

.side {
  overflow-wrap: break-word;
}

textarea {
  max-width: 200%;
  width: 50%;
}

.blinkie-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.blinkie-track {
  display: flex;
  width: max-content;
  animation: scrollBlinkies 20s linear infinite;
  gap: 8px;
  outline: 30px solid blue;
}

.blinkie-track img {
  height: 20px; /* adjust if needed */
  width: auto;
}

@keyframes scrollBlinkies {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#center {
 text-align: center; 
  
}

span {
  background-color:lightblue;
  padding:20px;
  margin: 0;
}

#footer {
  color: white;
}

body {
  margin: 0;
}
