body{
    background-image: url("background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

.all{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
}

.content{
    width: 200px;
    border-radius: 5px;
    backdrop-filter: blur(5px) brightness(60%);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgb(255, 255, 255);
}

.container{
    /*height: 800px;*/
    width: 800px;
    border-radius: 5px;
    backdrop-filter: blur(5px) brightness(60%);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgb(255, 255, 255);
    margin-left: 5px;
}

.map{
    margin-top: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: monospace;
}

.head{
    margin-top: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-family: monospace;
}

.head-b{
    margin-top: 5px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: monospace;
}

.location{
    font-size: 16px;
    text-align: left;
    margin: 5px 5px;
}

.article{
    margin-left: 10px;
    font-size: 20px;
}

a:link {
    color: white;
}

a {
    text-decoration: none;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
}

.album-item{
    display:flex;
    justify-content: space-around;
}

.album-item img{
    max-width: 180px;
    height: auto;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.album-p{
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.room-writer-date{
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.room-title{
    margin-left: 10px;
}

.room-article{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.room-article p{
    text-indent: 2em;
}

.size{
    margin-top: 10px;
}

.size iframe{
    width: 780px;
    border-radius: 5px;   
}

.room-member{
    display: flex;
}

.separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px; /* 文字与线之间的间距 */
  color: #ffffff;
}

.separator::before,
.separator::after {
  content: "";
  height: 1px;
  background-color: #ffffff; /* 线条颜色 */
}

.neighbor-a{
    font-size: 20px;
    margin-left: 5px;
}

.neighbor-b{
    font-size: 20px;
    margin-left: 5px;
    margin-top: 10px;
}

