body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-image: url("https://i.redd.it/71k61pmm5kd81.jpg"); /* Set the background image URL */
    background-size: cover;
    background-attachment: fixed;
    background-position: center; /* Center the image both horizontally and vertically */
    background-repeat: no-repeat; /* Prevent image repetition */
    height: 100vh;
}

.container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay for better text visibility */
    color: #fff; /* White text for better contrast */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Softer shadow */
    backdrop-filter: blur(5px);
}
  
.header {
    text-align: center;
    margin-bottom: 20px;
}
  
.header h1 {
    font-size: 2em;
    margin-bottom: 5px;
    color: #d9e0e7; /* Light blue for headings */
}

.header h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #d9e0e7; /* Light blue for headings */
}
  
.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.link-list li {
    margin-bottom: 15px;
}
  
.link-list a {
    text-decoration: none;
    color: #d9e0e7;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}

.link-list i {
    font-size: 130%;
    padding-right: 6px;
}
  
.link-list a:hover {
    background-color: #49505766;
}

.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spec-list li {
    margin-bottom: 15px;
    text-decoration: none;
    color: #b2b9c0;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
}

.name {
    color: #d9e0e7;
    font-weight: bold;
    font-size: 120%;
    padding-right: 10px;
}

#pronouns {
    color: #aaa;
}

.disclaimer {
    color: #aaa;
}

.disclaimer a {
    color: #26559c;
}

iframe {
    border-radius: 5px;
}

#mc-head {
    width: 200px;
    height: 200px;
}

.mod-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.mod-list li {
    margin-bottom: 15px;
    height: 40px;
}
  
.mod-list a {
    text-decoration: none;
    color: #d9e0e7;
    font-weight: bold;
    display: block;
    padding: 10px 50px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}
  
.mod-list a:hover {
    background-color: #49505766;
}

.image-list {
    list-style: none;
    padding: 0;
    padding-left: 1px;
    padding-top: 1.5px;
    margin: 0;
    float: left;
}

.image-list li {
    padding-bottom: 16.5px;
}

.image-list img {
    border-radius: 5px;
    width: 35px;
    height: 35px;
}

.return-button {
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    color: #d9e0e7;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}

.return-button i {
    font-size: 130%;
    padding-right: 6px;
}
  
.return-button:hover {
    background-color: #49505766;
}
