body{
    background-color: black;
    color: white;
    font-family: "Courier New", Courier, monospace;
    transition: 0.03s;
    margin: 2vw;
    margin-right: 4vw;
    margin-left: 4vw;
    font-size: 2vw;
    border-radius: 1rem;
    border: dotted;
}

a{
  color: white;
}

.scramheader{
    width: 100%; 
    text-align: center;
    padding-top: vw;
    padding-bottom: 1vw;
}



.top-navbar ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 1vw;
    margin: 0%;
    margin-bottom: 1vw;
    padding: 0%;
}
.top-navbar li{
  font-size: 4vw;
}
.top-navbar a{
  color: white;
  border: solid 0.3vw;
  border-radius: 3.125rem;
  padding-left: 1vw;
  padding-right: 1vw;
  text-decoration: none;
  transition: 0.5s;
  padding-top: 0.3vw;
}
.top-navbar a:hover{
  padding-left: 2vw;
  padding-right: 2vw;
  border-style: solid;
  border-radius: 3.125rem;
  transition: 0.5s;
}


main{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    margin-top: 3vw;
    margin-bottom: 0;
}

.intro{
    border: solid 0.3vw;
    border-radius: 1rem;
    height: fit-content;
    padding: 1vw;
    text-align: center;
   
}

.intro img{
    width: 40vw;
}

.intro p{
    text-align: justify;
    margin-top: 0;
    padding: 1vw;
}

.sidebar-link{
  width: fit-content;
}

.sidebar-left{
    margin-left: auto;
    margin-right: 3vw;
}

.sidebar-right{
    margin-right: auto;
    margin-left: 3vw;
}


.sidebar-link img{
    width: 9vw;
    text-align: center;
    border: solid 0.3vw;
    border-radius: 1vw;
    transition: 0.3s;
    padding: 0.3vw;
}

.sidebar-link img:hover{
    width: 9.5vw;
    transition: 0.3s;
}

.sidebar-link p{
    margin-top: 0;
    text-align: center;
    font-size: 1.4vw;
}












@media (max-width: 48rem) {
  .sidebar-text {
    display: none; /* Hide sidebar on tablets and phones */
  }
  .sidebar img{
    border-style: solid;
  }
}


.notice{
    border: dotted;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 1vw;
    width: fit-content;
    height:3vw ;
    margin-left: auto;
    margin-right:
    margin-top: 1vw;


  
}
.notice img{
    border-radius: 4rem;
    border-top-right-radius: 4rem;
    border-top-left-radius: 4rem;
    width: 20vw;  
    height: 2vw;
    padding-top: 0.4vw;
}



footer{
    margin-left: auto;
}

.webrings{
    width: fit-content;
}

.scrollers{
    display: grid;
    grid-template-columns: 2fr 1fr;
}



.scroll-container {
  overflow: hidden; 
  width: 55vw;
  height: 3.2vw;
  display: flex;
  border: solid 0.3vw;
  border-radius: 2rem;
  padding: 0.3vw;
  margin-bottom: 2vw;
  margin-top: 1vw;
}


.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite; 
}


.button-group {
  display: flex;
  gap: 1vw; 
  margin-right: 0.5vw;
  place-items: center;
  vertical-align: middle;
}

.button-group img{
  width: 8vw;
}

.button-group a img{
  vertical-align: bottom;

  
}


.scroll-container:hover .scroll-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}

.scroll-border{
  display: flex;
  justify-content: center;
  gap: 1vw;
}
.star-spin img{
  width: 3vw;
  margin-top: 1.5vw;
 
}


.counter{
  border: dotted;
  width: fit-content;
  height: stretch;
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 1vw;
}

.counter img{
  width: 10vw;
  border-radius: 4rem;
  padding: 0.4vw;
  border-top-left-radius: 5rem;
}

.counter a img{
  vertical-align: bottom;
}

.top-info{
  display: flex;
}

.hotlink{
  display: grid;
  border: solid;
  border-radius: 1vw;
  width: fit-content;
  text-align: center;

}
.hotlink h4{
  background-color: white;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  border-top-right-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
}
.hotlink img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 10vw;
}
.hotlink textarea{
  margin: 1vw;
}

.audio-player{
    border-style: solid;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25vw;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0.3vw;
}

.audio-player p{
  background-color: white;
  color: black;
  text-align: center;
  margin: 0;
  width: 100%;
  border-top-left-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
  font-size: 1.5vw;
}


.audio-player audio{
    width: 25vw;
    border-radius: 0.5vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bottom-stuff{
  display: flex;
  text-align: center;
  justify-content: center; 
  align-items: center; 
  gap: 1vw;
  margin-bottom: 1vw;
}
.bottom-stuff img{
  width: 5vw;
  margin-left: auto;
  margin-right: auto;
  margin: 0;

}

.my-button{
  border: solid;
  border-radius: 1vw;
}

.my-button p{
  background-color: white;
  color: black;
  margin: 0;
  font-size: 1.5vw;
  border-top-right-radius: 0.5vw;
  border-top-left-radius: 0.5vw;
}

.my-button img{
  margin-top: 1vw;
}

.contacts{
  border: solid;  
  border-radius: 1vw;
  height: fit-content;
  box-sizing: border-box;
  height: fit-content;
  
}
.contacts p{
  background-color: white ;
  color: black;
  margin: 0;
  margin-bottom: 0.5vw;
  font-size: 1.5vw;
  border-top-left-radius: 0.5vw;
  border-top-right-radius: 0.5vw;
}
.contacts ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contacts li{
  font-size: 1vw;
  padding: 0.5vw;
  padding-top: 0;
}

.top-navbar img{
  width: 3vw;
  height: 3vw;
  margin-top: auto;
  margin-bottom: auto;
}


