* {box-sizing: border-box;}

body {
  margin: 0;
  padding: 30px;
  background: #e4e8e8;
  font-family: "VT323", monospace;
  font-size: 18px;
  color: #505a64;
  background-image: url("https://sadhost.neocities.org/images/tiles/Background064.gif");
}

b {color:#505a64;}
i {color:#9bb7cd;}
a { color: #31465a;}

a:hover { text-decoration: underline;}

.container {
  max-width: 780px;
  margin: 0 auto;
  background: #e4e9ef;
  border: 1px solid #4c545e;
}

.site-name {
  font-size: 70px;
  color: #4c545e;
  text-align: center; 
  max-width: 780px; 
  margin: 0 auto 0 auto; 
  padding: 5px 5px 5px 5px; 
  position: relative;
  top: 0;
  animation: bounce 0.3s ease infinite alternate;
}
  @keyframes bounce {100% {top: -.50rem;}}

.topbar {
  background: #9bb7cd;
  padding: 50px 20px;
  display:  block;
  justify-content: space-between;
  border-bottom: 1px solid #4c545e;
  background-image: linear-gradient(rgba(205, 236, 246, 0.355), rgba(209, 209, 209, 0.804)), url("/images/angels.jpg");
}

.links a {
  color: #31465a;
  text-decoration: none;
    display:block;
  text-align: bottom;
}

.links a:hover { text-decoration: underline;}

.main-nav {
  background: #eef4fb;
  border-bottom: 1px solid #b8cbe0;
  padding: 6px 15px;
  display: flex;
  gap: 16px;
  font-size: 19px;
}

.main-nav a {
  color: #9bb7cd;
  text-decoration: none;
}

.main-nav a:hover {text-decoration: underline;}

.main {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.sidebar {width: 220px;}

.cat-gif { 
  display: block;
  margin: auto;
  width: 100%;
}


.profile-pic {
  height: 180px;
  background: #c7d8ec url("images/icon.png")
    center / cover;
  border: 1px solid #4c545e;
  margin-bottom: 15px;
}

.box {
  background: #eef4fb;
  border: 1px solid #4c545e;
  padding: 10px;
  margin-bottom: 15px;
}

.side-title {
  background: #9bb7cd;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  border-left: 5px solid #31465a;
  animation: blinkingText 1.2s infinite;
  }

  @keyframes blinkingText {
    0% {color: #31465a;}
    49% {color: #31465a;}
    60% {color: #e4e8e8;}
    99% {color: #e4e8e8;}
    100% { color: #31465a;}
  }

.content {flex: 1;}

.content-title {
  background: #9bb7cd;
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  letter-spacing: 4px;
  font-size: 25px;
  border-left: 5px solid #4c545e;
  
}

.pictures {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.pictures img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #4c545e;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.pictures img {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pictures img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px #31465a;
}

.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9bb7cda5;
  z-index: 1000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.image-modal a {
  color: #b8cbe0;
}
.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.modal-caption {
  color: #e4e8e8;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 10px;
  background: #4c545eb1;
  display: inline-block;
  max-width: 100%;
  animation: fadeInUp 0.3s ease;
}

.modal-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

#glenplayer02 {
  position: relative;
  margin: 10px 0;
  width: 100%;
  z-index: 5;
}

.ex2 {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #4c545e;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
}

.music-controls {
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  flex-shrink: 0;
}

.playy, .pausee {
  color: #31465a;
  font-weight: bold;
}

.sonata {
  color: #9bb7cd;
  flex-shrink: 0;
}

.labeltext {
  color: #505a64;
  flex-grow: 1;
  word-break: break-word;
}

.content-title-bottom {
  padding: 2px 0 2px 10px;
  margin-bottom: 5px;
  font-size: 25px;
  border-left: 5px solid #9bb7cd;
}

.gif-load {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.gif-load img {
  width: 30%;
  height: auto;
  border-radius: 5px;
}
.footer {
  background: #eef4fb;
  border-top: 1px solid #4c545e;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  color: #31465a;
  background-image: linear-gradient(rgba(205, 236, 246, 0.355), rgba(209, 209, 209, 0.804)), url("/images/angels.jpg");
}

  

