* {
  box-sizing: border-box;
}

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 30px;
  background: #f7ebdb;
  background-image: url("https://sadhost.neocities.org/images/tiles/roesbudtrelbg.gif");
  background-repeat: repeat;
  background-size: 200px;
  font-family: "Times New Roman", serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: left;
}

strong {color: ##bd7d62;}
i {color:#FFFFFF;}

a {
  color: #ea00ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e6edf6;
}

::-webkit-scrollbar-thumb {
  background: #c7d8ec;
  border: 2px solid #e6edf6;
}

::-webkit-scrollbar-thumb:hover {
  background: #d9c4c7;
}

.container {
  max-width: 800px;
  margin: auto;
  background: #d49270;
  background-image: url("");
  background-repeat: repeat;
  background-size: 200px;
  border: 1px solid #e6edf6;
}

.topbar {
  background: #000000;
  background-image: url('arianavisuals/pattern 368.gif');
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8cbe0;
  font-size:24px;
}

.site-name {
  font-size: 36px;
  letter-spacing: 1px;
  color:black;
}

.links a {
  color: #9900ff;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}


.main-nav {
  background: #f4d6b4;
  border-bottom: 1px dotted #000000;
  padding: 6px 15px;
  display: flex;
  gap: 6.5%;
  font-size: 16px;
  font-weight: 800;
}

.main-nav a {
  color: #000000;
  text-decoration: none;
}

.main-nav a:hover {
  text-decoration: underline;
}

.main {
  display: flex;
  gap: 20px;
  padding: 20px;
}
  
.divider {
  display: flex;
}

.sidebar {
  width: 220px;
}

.blinkies {
  align-items:center;
}

.profile-pic {
  height: 180px;
  background: #c7d8ec url()
    center / cover;
  border: 3px dotted #b8cbe0;
  margin-bottom: 15px;
}

.hellobox{
    font-family: "Times New Roman";
    }

.box {
  background: #f4d6b4;
  border: 1px inset #b8cbe0;
  padding: 10px;
  margin-bottom: 15px;  
  font-family: "Garamond", serif;
    font-size: 16px;
    color: #d49270;
    }

.side-title {
  background: #f4d6b4;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #bd7d62;
  border-left: 5px solid #d9c4c7;
}

.content {
  flex: 1;
}

.content-title {
  background: #d8b186;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #bd7d62;
  border-left: 5px solid #d9c4c7;
}

.footer {
  background: #d8b186;
  border-top: 1px solid #b8cbe0;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  color: #000000;
}


@media (max-width: 768px) {
  .main {
    flex-direction: column;
  }
  
  .player-container {
  width: 100%;
  max-width: 768px;
  height: auto;
  overflow: visible;
}

.player-container iframe, 
.player-container object {
  width: 100%;
  max-width: 100%;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .player-container {
    transform: scale(1);
    transform-origin: top left;
    
  }

  .sidebar {
    width: 100%;
  }

  .main-nav {
    flex-direction: column;
    gap: 8px; 
    align-items: center; 
  }

  
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  
  .links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

/* width */
::-webkit-scrollbar {
  width: 10px;
  background:black;
}

/* Track */
::-webkit-scrollbar-track {
  background:black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:#00ff51;
  border-radius: 10px;
}
