body {
    background-image: url("images/macmiller_alter_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    margin: 0;
    padding: 0;
}
.link-center {
    display: flex;
    justify-content: center;
    width: 100%;
}
.links {
    display: block;
    margin: 20px auto;
    padding: 8px 24px;
    background: linear-gradient(to bottom, #e9e9e9 0%, #bcd6ee 100%);
    border: 2px solid #145399;
    border-radius: 0;
    color: #145399;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 1px 1px 3px #0002;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    text-align: center;
}
.links:hover {
    background: linear-gradient(to bottom, #d0e4f7 0%, #a6c8e0 100%);
    color: #4b719c;
    border-color: #41638a;
}

.xp-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 180px);
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.xp-window.xp-bn {
    background: linear-gradient(180deg, #f8faff 80%, #727272 100%);
    border: 2.5px solid #2b2d31;
    border-radius: 7px 7px 5px 5px;
    box-shadow: 4px 4px 12px #0003;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.xp-titlebar {
    background: linear-gradient(to bottom, #5f5f5f 0%, #282828 100%);
    color: #fff;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #2b2d31;
    letter-spacing: 1px;
}

.xp-content {
    padding: 18px 16px;
    color: #000000;
    font-size: 15px;
    flex: 1;
    overflow: auto;
}

.delusional-thomas-window {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
}
.larry-fisherman-window {
    grid-column: 3/ span 3;
    grid-row: 1 / span 3;
}
.lovestein-window {
    grid-column: 1/ span 3;
    grid-row: 4 / span 3;
}

.xp-window-larry.xp-bn-larry {
    background: linear-gradient(180deg, #f8faff 80%, #d780c1 100%);
    border: 2.5px solid #a7e7ef;
    border-radius: 7px 7px 5px 5px;
    box-shadow: 4px 4px 12px #0003;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.xp-titlebar-larry {
    background: linear-gradient(to bottom, #a7e7ef 0%, #ff86dd 100%);
    color: #fff;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #ff86dd;
    letter-spacing: 1px;
}

.xp-content-larry {
    padding: 18px 16px;
    color: #000000;
    font-size: 15px;
    flex: 1;
    overflow: auto;
}

.xp-window-lovestein.xp-bn-lovestein {
    background: linear-gradient(180deg, #f8faff 80%, #4b2924 100%);
    border: 2.5px solid #5d2828;
    border-radius: 7px 7px 5px 5px;
    box-shadow: 4px 4px 12px #0003;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.xp-titlebar-lovestein {
    background: linear-gradient(to bottom, #d6a381 0%, #442722 100%);
    color: #fff;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #5d2828;
    letter-spacing: 1px;
}

.xp-content-lovestein {
    padding: 18px 16px;
    color: #000000;
    font-size: 15px;
    flex: 1;
    overflow: auto;
}


.larry-fisherman-window img {
    display: inline-block;
    margin: 8px 8px 8px 0;
    width: 270px;
    height: auto;
    border-radius: 5px;
}
.lovestein-window img {
    display: inline-block;
    margin: 8px 8px 8px 0;
    width: 270px;
    height: auto;
    border-radius: 5px;
}
.delusional-thomas-window img {
    display: inline-block;
    margin: 8px 8px 8px 0;
    width: 270px;
    height: auto;
    border-radius: 5px;
}
.delusional-thomas-window h1 {
    font-size: 24px;
    margin-top: 0;
}
.larry-fisherman-window h1 {
    font-size: 24px;
    margin-top: 0;
}
.lovestein-window h1 {
    font-size: 24px;
    margin-top: 0;
}