@import url('https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Concert+One&family=Pixelify+Sans:wght@600&display=swap');


.main{
   margin: 0 auto;
}


.con {
    display: flex;
}

.nav {
    flex: 1;
margin: auto;
    width: 100%;
    min-width: fit-content;
    background-color: transparent;
    text-align: center;
    align-content: center;
    border-radius: 15px;
    margin-bottom: -30px;
}

.box {
    display: flex;
margin: auto;
    flex-direction: row;
   align-items: center;
    width: 100%;
}

.box1 {
    flex: 2;
    align-self: center;
    text-align: center;
}

.box2 {
    flex: 1; 
    align-self: center;
    text-align: center;
}

hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, #96CA1F, #FF3A82, #2F83D9);
  border-radius: 10px;
}

.box1info {
    background-color: rgb(245, 216, 88, 0.8);
    border-radius: 15px;
    padding: 15px;
    margin-top: 3px;
    border: 1px solid rgba(237, 178, 145, 0.3);
}

.box2info {
    background-color: rgba(88, 163, 238, 0.7);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #6cbee4;
}

.box3info {
    background-color: rgba(120, 80, 163, 0.7);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #6cbee4;
}

.box4info {
    background-color: rgb(151, 190, 13, 0.7);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #6cbee4;
}

.box5info {
    background-color: rgb(255, 58, 130, 0.7);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #6cbee4;
}

textarea {
    background: transparent;
    overflow: auto;
    width: 100%;
}

.con2 {
    flex: 7;
      margin: 5px;
      top: 45px;
      position: relative;
    padding: 20px;
    margin-bottom: 100px;
    background-color: rgb(233, 237, 236, 0.6);
height: 100%;
    border: #7ACAEF 1px dotted;
    border-radius: 15px;
}

.menuico {
    background-color: rgb(23, 95, 195, 0.8);
    color: #9FD2E3;
    padding: 15px;
    margin: 5px;
    text-transform: lowercase;
    font-family: Pixelify Sans;
    font-size: 1.5em;
    width: fit-content;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #2F83D9;
}

.nav .showMenu {
    display: inline-block;
}

.menuico:hover {
    background-color: #96CA1F;
    transition: 0.3s;
    color: #F5D858;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .15)
}

.menuico:focus {
    background-color: #F5D858;
    transition: 0.3s;
    color: #FF3A82;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .15)
}


.katamaring-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.katamaring-entry {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.katamaring-entry a:hover {
   background: #1C65C1;
   color: #F5D858;
}

.katamaring-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  text-decoration: none;
  color: inherit;
}

.katamaring-button {
  width: 88px;
  height: 31px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.katamaring-text {
  flex: 1;
  font-family: Concert One;
}

.katamaring-name {
  font-weight: bold;
  display: block;
  text-transform: lowercase;
  font-family: Pixelify Sans;
  font-size: 1rem;
}

.katamaring-cousin {
  font-size: 0.875rem;
  font-family: Pixelify Sans;
}

.king {
  width: 100%;
  max-width: 350px;
  padding: 5px;
  float: left;
}

.main{
   width: 45vw;
   height: 100vh;
margin: auto;
background: rgb(112, 192, 228, 0.4);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
   backdrop-filter: blur(0px);
   text-align: justify;
  display: table;
  clear: both;
}

.header {
    display: flex;
align-items: center;
justify-content: center;
padding: 5px;
margin-top: 35px;
}

.katamari {
    width: 100%;
    max-width: 120px;
    filter: drop-shadow(2px 0 0 #2F83D9) 
        drop-shadow(0 2px 0 #2F83D9)
        drop-shadow(-2px 0 0 #2F83D9) 
        drop-shadow(0 -2px 0 #2F83D9);
        animation: spinny 15s infinite linear;
        margin-right: 5px;
}

.img1 {
    filter: drop-shadow(1px 0 0 #2F83D9) 
        drop-shadow(0 1px 0 #2F83D9)
        drop-shadow(-1px 0 0 #2F83D9) 
        drop-shadow(0 -1px 0 #2F83D9);
}

.img2 {
    max-width: 130px;
    padding: 15px;
    filter: drop-shadow(1px 0 0 #2F83D9) 
        drop-shadow(0 1px 0 #2F83D9)
        drop-shadow(-1px 0 0 #2F83D9) 
        drop-shadow(0 -1px 0 #2F83D9);
}

.c1 {
    color: #D2534D;
}

.c2 {
    color: #ED8E56;
}

.c3 {
    color: #F5D858;
}

.c4 {
    color: #97BE0D;
}

.c5 {
    color: #5BABE6;
}

.end {
    transform: rotate(65deg) !important;
}

h1 {
    font-family: Cherry Bomb One, sans-serif;
     font-size: 5em;
     color: #9D83C3;
     letter-spacing: 6px;
     text-shadow:
    -2px -2px 0 #2F83D9, 
    2px -2px 0 #2F83D9,
    -2px 2px 0 #2F83D9,
     2px 2px 0 #2F83D9;
     text-align: center;
     padding: 10px;
}

h2 {
    font-family: Cherry Bomb One, sans-serif;
    color: #96CA1F;
    letter-spacing: 2px;
     font-size: 2.5em;
    text-shadow:
    -1px -1px 0 #9D83C3, 
    1px -1px 0 #9D83C3,
    -1px 1px 0 #9D83C3,
     1px 1px 0 #9D83C3;
}

body {
   margin: auto;
   background-color: #EFF3F6;
   background-image: url(https://katamaring.neocities.org/lqxR6ct.jpg);
   background-size: cover;
   background-attachment: fixed;
   overflow-wrap: break-word;
   font-family: Concert One, sans-serif;
    font-size: 1em;
    height: 100vh;
   color: rgb(73, 45, 80);
   line-height: 25px;
   letter-spacing: 0.5px;
}

a {color: #3C8E44; background-color: rgb(157, 195, 20, 0.6); padding: 4px; border-radius: 8px; text-decoration: none; transition: 0.3s;}

a:hover { color: #FF3A82; background-color: rgb(240, 220, 87, 0.8); transition: 0.3s;}

@keyframes spinny {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@media only screen and (max-width: 768px) {
  body {
    background-color: #dae4ea;
    overflow-x: none;
    }

    .main{
        width: 100vw;
    }
    .header {
        width: inherit;
    }

    .katamari {
        width: 100%;
        max-width: 55px;
    }

    h1 {
        font-size: 2em;
    }

    .menuico {
        font-size: 1em;
    }
    .con, .box {
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding: 0 !important;
      gap: 0;
      margin-top: 40px;
    }
      .con1, .con2, .nav, .blab1,
      .imgwa {
       flex: none;
       width: calc(100% - 75.5px);
       position: unset;
       border-radius: 15px;
      }
       .nav {
      display: visible;
  }
   .con1 {
      display: none;
    }

    .con2 {
        margin-bottom: 5px;
    }
}

img {
    width: 100%;
}