h1 {
  font-size: 3em;
  color: #ff69b4;
}

.quote {
  font-style: italic;
  color: #ff9acb;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #d63384;
}

.update-box {
  background: #fff0f5;
  padding: 15px;
  margin: 20px;
  border-radius: 10px;
}

.photo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  overflow-y: scroll;
}

.photo-container img {
  width: 100px;
  margin: 5px;
}

.music-box {
  text-align: center;
  margin: 20px;
}

.chatbox {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 250px;
  background: #fff0f5;
  border: 2px solid #ff69b4;
  border-radius: 10px;
  padding: 10px;
}

.chat-log {
  height: 100px;
  overflow-y: scroll;
  background: #ffffff;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 0.9em;
  border: 1px solid #ff69b4;
  border-radius: 5px;
}
a {
color: inherit;
}



