body{
    background: url(../images/wallpaperswide.com-windows-xp-original-wallpaper-3840x2160.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    list-style-position: inside;
    text-align: center;
    font-family: Tahoma, 'Microsoft Sans Serif', sans-serif;
    font-size: 11px;
}

.window-background{
    width: 700px;
    min-height: 100vh;
    background-color: #ece9d8;
    padding: 10px;
    margin: 0px;
    border: 100px #d4d0c8;
    box-sizing: border-box;
    color: black;
    word-wrap: break-word;
    object-position: center;
    margin: 0px auto;
}

.tool-bar{
    object-position: bottom;
    background: linear-gradient(-0.2deg, #0054E3 0%, #004E98 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 33px;
    z-index: 1000;
    border-top: 2px solid #0054E3;
    box-sizing: border-box;
}

.window-top{
    background: #3D95FF;
    position: fixed;
    top: 0px;
    left: 50%;
    height: 28px;
    width: 716px;
    transform: translateX(-50%);
    z-index: 997;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid #9DB9EB;
    border-left: 2px solid #327fdd;
    border-right: 2px solid #327fdd;
    border-bottom: 2px solid #327fdd;
    box-sizing: border-box;
}

.window-left-border{
    background: #3D95FF;
    position: fixed;
    top: 26px;
    left: 50%;
    height: calc(100% - 59px);
    width: 8px;
    transform: translateX(-358px);
    z-index: 998;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 3px;
    border-left: 2px solid #327fdd;
    border-bottom: 2px solid #327fdd;
}

.window-right-border{
    background: #3D95FF;
    position: fixed;
    top: 26px;
    left: 50%;
    height: calc(100% - 59px);
    width: 8px;
    transform: translateX(350px);
    z-index: 998;
    box-sizing: border-box;
    border-radius: 0px 0px 3px 0px;
    border-right: 2px solid #327fdd;
    border-bottom: 2px solid #327fdd;
}

.window-bottom-border{
    background: #3D95FF;
    position: fixed;
    bottom: 33px;
    left: 50%;
    height: 8px;
    width: 700px;
    transform: translateX(-50%);
    z-index: 999;
    box-sizing: border-box;
    border-bottom: 2px solid #327fdd;
}

.exit-button{
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: calc(50% - 10px);
    left: 50%;
    transform: translateX(330px);
    z-index: 1000;
}

.start-button{
    height: 33px;
    width: 100px;
    background: #1fb900;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1001;
    border-radius: 0px 15px 15px 0px;
    border-top: 3px solid #23d100;
    border-left: 3px solid #1ba500;
    border-right: 3px solid #1ba500;
    border-bottom: 3px solid #1ba500;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px;
    overflow: hidden;
}

.start-button:hover{
    height: 33px;
    width: 100px;
    background: #1ba500;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1001;
    border-radius: 0px 15px 15px 0px;
    border-top: 3px solid #1fb900;
    border-left: 3px solid #188d00;
    border-right: 3px solid #188d00;
    border-bottom: 3px solid #188d00;
    box-sizing: border-box;
}

.start-button img{
    height: 20px;
    width: auto;
    position: static;
    margin: 0;
}

.start-button b{
    font-size: 15px;
    text-shadow: 2px 2px 2px #00000059;
    color: white;
    font-weight: bold;
}

.window-title{
    text-size-adjust: 10px;
    text-align: left;
    position: fixed; 
    top: -7px; 
    left: 50%; 
    z-index: 1000; 
    transform: translateX(-327px);
    color: white;
    text-shadow: 1px 1px 0px black;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 13px;
}

.window-title-img{
    height: 20px;
    width: auto;
    position: fixed;
    top: -3px;
    left: -23px;
    margin: 0;
}