.container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: 250px minmax(0, 1fr);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
min-height: 100vh;
    height: auto;
    align-items: stretch;

}

html, body {
  height: 100%;
  margin: 0;

}

header {
    height: 140px;
    background-image: url(https://virginsaint.carrd.co/assets/images/image01.jpg?v=da8390b0); background-position: center; background-size: contain;
border: rgb(255, 255, 255) 1px solid;
grid-row: 1 / 2;
grid-column: 1 / 3;
position: relative;

}

header h1 {
  position: absolute;
  bottom: 10px;
  right: 15px;
  
    margin: 0;
    height: auto;
    
    display: block;
    
}

.gradient-text {
    font-family: Arial, sans-serif;

}

.sidebox {
  background: linear-gradient(to bottom, #fff, #e5e5e5);
    border: 1px solid #fff;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

main {
  background: linear-gradient(to bottom, #fff, #e5e5e5);
border: rgb(255, 255, 255) 1px solid;
grid-row: 2 / 3;
grid-column: 2 / 3;

}

.main-image {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    
}

.main-image img {
    width: 160px;
    filter: grayscale(10%);

}

.entry-box {
    display: block;
    background: linear-gradient(to bottom, rgba(254,255,255,1) 45%,rgba(237,242,244,1) 100%);
    color: #8aafce;

    margin: 15px;
    padding: 12px;
    position: relative;

     border: 3px double rgb(221, 229, 235);

    font-family: "MS UI Gothic", "Times New Roman", Times, serif;
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    transition: transform 0.15s ease, box-shadow 0.15s ease;

}

.entry-full-box h2 {
    margin: 0 0 6px 0;
    font-size: 13px;
    font-family: Arial, sans-serif;

    background: linear-gradient(to bottom, #a7cfdc, #23538a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.entry-date {
    position: absolute;
    top: 6px;
    right: 8px;

    font-size: 9px;
    color: #9bb7c4;

    opacity: 0.85;

}

.entry-box:hover {
    transform: translateY(-2px);
    cursor: pointer;

}

.entry-title {
    background: linear-gradient(to bottom, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
    
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    font-size: 18px;
    font-family: Arial, sans-serif;

}

.entry-full {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;

}

.entry-full-box {
    position: relative;
    
    width: 75%;
    max-width: 550px;
    margin: 20px auto;

    padding: 10px 12px;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.95),
            rgba(235,239,244,.95)
        );

    border: 1px solid #fff;
    outline: 1px solid #cfd8e3;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);

    font-family: "MS UI Gothic", Arial, sans-serif;
    color: #8aafce;

    font-size: 11px;
    line-height: 1.4;

}

.entry-full-box p {
    margin: 0 0 10px 0;
    padding-top: 2px;
    text-indent: 14px;

}

.home-button {
    display: block;
    margin-top: 12px;
    text-align: center;

    font-size: 14px;
    color: #8aafce;
    text-decoration: none;
    opacity: 0.8;

}

.home-button:hover {
    opacity: 1;
    transform: translateY(-1px);

}

.scroll-box {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.scroll-text {
    display: block;
    will-change: transform;
}

.entry-box:hover .scroll-text {
    animation: scroll-up 8s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.winamp {
    width: 220px;
    margin: 10px auto;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,.95),
        rgba(235,239,244,.95)
    );

    border: 1px solid #fff;
    outline: 1px solid #cfd8e3;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);

    font-family: "MS UI Gothic", sans-serif;
    color: #8aafce;

}

.winamp-top {
    background: linear-gradient(
        to right,
        rgba(167,207,223,1),
        rgba(35,83,138,1)
    );

    color: white;
    font-size: 11px;
    padding: 2px 6px;

    letter-spacing: 1px;

}

.winamp-top .title {
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.9;

}

.winamp-main {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;

}

.btn {
    background: linear-gradient(to bottom, #a7cfdc, #23538a);
border: 1px solid #cfd8e3;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #8aafce;

}
.btn:active {
    border-color: #808080 #fff #fff #808080;

}

.display {
    flex: 1;
    font-size: 10px;
    color: #8aafce;
    font-family: "MS UI Gothic", sans-serif;

}

.eq {
    display: flex;
    gap: 2px;
    margin-top: 4px;
    height: 10px;

}

.eq span {
    width: 3px;
    background: linear-gradient(to bottom, #a7cfdc, #23538a);
    height: 2px;
    animation: bounce 1s infinite ease-in-out;

}

.eq span:nth-child(2) { animation-delay: 0.1s; }
.eq span:nth-child(3) { animation-delay: 0.2s; }
.eq span:nth-child(4) { animation-delay: 0.3s; }
.eq span:nth-child(5) { animation-delay: 0.4s; }

@keyframes bounce {
    0%, 100% { height: 2px; }
    50% { height: 10px; }

}

.about-box {
    margin: 10px;
    padding: 8px;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.95),
            rgba(235,239,244,.95)
        );

    border: 1px solid #fff;
    outline: 1px solid #cfd8e3;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);

    color: #8aafce;

    font-family: "MS UI Gothic", Arial, sans-serif;

}

.about-header {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #9bb7c4;

}

.about-text {
    font-size: 11px;
    line-height: 1.4;

}

.calendar-box {
    margin: 10px;
    padding: 8px;

    background:
        linear-gradient(
            to bottom,
            rgba(255,255,255,.95),
            rgba(235,239,244,.95)
        );

    border: 1px solid #fff;
    outline: 1px solid #cfd8e3;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);

    font-family: "MS UI Gothic", Arial, sans-serif;
    color: #8aafce;

}

.calendar-header {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #9bb7c4;
    text-align: center;

}

.calendar-clock {
    font-size: 15px;
    color: #8aafce;
    text-align: center;
    margin-bottom: 6px;

}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    font-size: 10px;
    text-align: center;

}

.cal-label {
    font-size: 9px;
    color: #9bb7c4;
    text-transform: lowercase;
    margin-bottom: 2px;

}

.cal-day {
    padding: 2px 0;
    color: #8aafce;

}

.cal-empty {
    height: 14px;

}

.today {
    background: linear-gradient(to bottom, #a7cfdc, #23538a);
    color: white;
    border-radius: 2px;

}

.quote-box {
    margin: 12px 14px;
    padding: 6px 8px;

    background: transparent;
    border: none;
    box-shadow: none;

    font-family: "MS UI Gothic", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;

    color: #8aafce;
    font-style: italic;
    letter-spacing: 0.2px;

    opacity: 0.9;

}

main img {
    max-width: 100%;
    height: auto;
    display: block;
}