canvas {
    image-rendering: optimizeSpeed;                   
    -ms-interpolation-mode: nearest-neighbor;   
}

body {
    margin: 0;
    padding: 20px;
    background: url(https://wanwanworld.neocities.org/stars3.gif), #008080;
    font-family: "Tahoma", sans-serif;
    color: black;
}

.layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}



.left-column,
.right-column {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-column {
    width: 700px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.window {
    background: silver;
    border: 2px solid;
    border-color: white gray gray white;
    box-shadow: 2px 2px black;
    gap: 20px;
}

.titlebar {
    background: linear-gradient(to right, navy, blue);
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
}

.content {
    padding: 10px;
}

.sidebar-links a {
    display: block;
    text-decoration: none;
    color: black;
    background: silver;
    border: 2px solid;
    border-color: white gray gray white;
    padding: 6px;
    margin-bottom: 8px;
}

.sidebar-links a:hover {
    background: #dcdcdc;
}

.main-window {
    min-height: 1000px;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h1 {
    margin-top: 0;
}

marquee {
    background: navy;
    color: white;
    padding: 6px;
    margin: 20px 0;
}

.section {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.swagger  {
   width: 160px;
  height: 160px;
  padding-top: 40px;
  
}

.secimg {
    width: auto;
    height: auto;
    border: 0px solid black;
}

.TextCutter  {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 30px;
  height: auto;
}

.TextCutter2  {
  width: 70%;
  margin-left: 15%;
  margin-bottom: 30px;
  height: auto;
}

.gif-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    width: fit-content;
}

.gif-collection img {
    width: calc(50% - 1px);
    height:  calc(50% - 1px);
}

.gif-collecti img {
    width: 100%;
    height:  100%;
}

.videos iframe {
    width: 100%;
    height:110px;
    margin-bottom: 10px;
}

.videos video {
    width: 100%;
    height:110px;
}


.bgvid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#musicBtn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 80px;
    cursor: pointer;
    user-select: none;
}

.up {
    animation: bounceUp 0.4s forwards;
}

.down {
    animation: bounceDown 0.4s forwards;
}

@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes bounceDown {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}

#scrollGif {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 105%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999;
    display: none;
}



#app2 {
    position: fixed;
    padding-top: 20%;
    padding-left: 5px;
    margin-left: 5px;
    left: 90px;
    width: 80px;
    cursor: pointer;
    z-index: 100;
    user-select: none;
}




#text {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 6px;
    font-family: Tahoma, sans-serif;
}

#name {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 0px;
    font-family: Tahoma, sans-serif;
}

#text {
    height: 100px;
    resize: vertical;
}

#postBtn {
    padding: 5px 15px;
    margin-bottom: 15px;
}

.comment {
    background: silver;
    border: 2px solid;
    border-color: white gray gray white;
    padding: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
}

.comment p {
    margin: 5px 0;
}

.comment b {
    margin-top: 60px;
}

.comment small {
    opacity: 0.7;
}














    border: 2px inset gray;
}