.blog-content {
    height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #7F9DB9;
}

.post {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.post h3 {
    margin: 0;
    color: #003C74;
}

.post:hover {
    background: #e6f2ff;
}


.ie-toolbar {
    background: #ECE9D8;
    padding: 5px;
    border-bottom: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.ie-buttons span {
    margin-right: 10px;
    cursor: pointer;
}

.ie-address-bar {
    background: #ECE9D8;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}

.ie-address-bar input {
    width: 80%;
    padding: 3px;
    border: 1px solid #7F9DB9;
}

.ie-content {
    flex: 1;
    height: calc(100% - 90px); /* adjusts for title + toolbar */
    background: black;
}
.ie-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
body {
    margin: 0;
    font-family: Tahoma, Verdana, sans-serif;
    background: url("windowsxp.jpg") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}


.window {
    width: 500px;
    background: #ECE9D8;
    border: 2px solid #003C74;
    border-radius: 8px 8px 0 0;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    position: absolute;
    top: 100px;
    left: 100px;
}


.title-bar {
    background: linear-gradient(to bottom, #3A6EA5, #1E4F8A);
    color: white;
    padding: 5px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.window-buttons {
    display: flex;
    gap: 4px;
}

.button {
    width: 16px;
    height: 16px;
    background: #DCDCDC;
    border: 1px solid #003C74;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.button:hover {
    background: #ffffff;
}


.content {
    padding: 15px;
    color: black;
}


.xp-button {
    background: linear-gradient(to bottom, #ffffff, #dcdcdc);
    border: 1px solid #7F9DB9;
    padding: 5px 12px;
    cursor: pointer;
}

.xp-button:hover {
    background: linear-gradient(to bottom, #e6f2ff, #cce0ff);
}


.taskbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    background: linear-gradient(to bottom, #245EDB, #1941A5);
    display: flex;
    align-items: center;
}


.start-button {
    background: linear-gradient(to bottom, #3ADF00, #2E9A00);
    border-radius: 0 15px 15px 0;
    padding: 5px 20px;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #1C5F00;
}

.start-button:hover {
    background: linear-gradient(to bottom, #5CFF33, #39C000);
}
