

body {
    background-color: aquamarine;
    overflow:auto;
    overflow-x: hidden;
    background-image: url("https://file.garden/aIzP3LWBQUP6_laG/Untitled129_20251203232825.png");
    background-repeat: repeat;
    background-size: 300px,300px;
    color: #e7cab9;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: smaller;
}


.main {
    background-color: #382b23;
    background-image: url("https://file.garden/aIzP3LWBQUP6_laG/Untitled130_20251203233925.png");
    background-repeat: repeat;
    background-size: 100px 100px;
    max-width: 900px;
    min-width: 600px;
    position: relative;
    margin:auto;
    margin-top: 20px;
    box-shadow: 10px !important;
    border: 2px solid #cec8c1 !important;
    color: #e7cab9;
   
}

.top {
    background-color: #649f8e;
    background-image: url("https://file.garden/aIzP3LWBQUP6_laG/Untitled130_20251203233925.png");
    max-width: 900px;
    position: relative;
    margin:auto;
    overflow: hidden;
    padding: 10px;
    box-shadow: 10px white;
}

#logobar {
    display: flex;
    justify-content: space-evenly;
    border-color: aquamarine;
    border-width: 50px;
    box-shadow: 10px white;
}

#search {
    margin-left: 20px;
}

.vifu {
    display: flex;
    margin-top: 70px;
}

#visit {
    padding: 5px;
    margin-right: 3px;
}

.directory {
    display: flex;
    justify-content: space-between;
}

.homebut:hover {
    border: 2px white !important;
}

.bottom {
    display: flex;
    padding: 10px;
}

#slide {
    align-content: center;
    justify-content: center;
    display: flex;
    width: 800px;
    overflow: hidden;
}

.slidyy {
    position: relative;
  animation-name: sliding;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes sliding {
  0%   {left:-100px;}
  50%  {left:0px;}
  100%   {left:-100px;}
}

.title {
    display: flex;
    justify-content: space-between;
}

.titleauthor {
   display: flex;
   align-items:center;
    margin-top: 5px;
}

#chatbox {
    margin-top: 20px;
    padding: 5px;
    border: 2px solid #cec8c1 !important;
}

.sidevids {
    padding: 10px;
    padding-top: 0px;
}

.vidlink {
    display: flex;
    min-width: 250px;
    margin-bottom: 20px;
   border: 2px solid #cec8c1 !important;
    background-color: hsla(32, 12%, 78%, 0.27);
}