@font-face{
    font-family: "Trebuchet_MS";
    src: url(Fonts/windows-xp-message-title-trebuchet-ms.ttf);
}

@font-face{
    font-family: "Tahoma";
    src: url(Fonts/fs-tahoma-8px.ttf);
}

html{
    background-image:url(Img/Windows/Azul.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-left: 25%;
    overflow: hidden;
}

.WindowsIcon{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.Box_Header{
    background-image: linear-gradient(180deg, lightblue, blue);
    border-radius: 5px 5px 0px 0px;
    height: 20px;
    max-width: 426px;
}

.Box{
    border: 5px;
    border-radius: 10px 10px 0px 0px;
    border-style: groove;
    border-color: blue;
    background-color: blue;
    position: relative;
    max-width: 426px;
}

.Textbox{
    background-color: white;
    padding: 0px;
}

.MainBox_Header{
    background-image: linear-gradient(180deg, lightblue, blue);
    border-radius: 5px 5px 0px 0px;
    height: 20px;
}

.MainBox{
    border: 5px;
    border-radius: 10px 10px 0px 0px;
    border-style: groove;
    border-color: blue;
    background-color: blue;
    width: 500px;
    position: relative;
    left: 40px;
    height: 600px;
    overflow-y: scroll;
}

.BBox{
    border: 5px;
    border-radius: 10px 10px 0px 0px;
    border-style: groove;
    border-color: blue;
    background-color: blue;
    position: absolute;
    left: -180px;
    width: 200px;
}

.BTextbox{
    background-color: white;
    padding: 0px;
    height: 60px;
}

.Return_Home{
    position: relative;
}

h2{
    font-family: "Trebuchet_MS";
    font-size: medium;
    font-weight: 100;
    margin: 0px;
    position: absolute;
    top: 9px;
    left: 32px;
    color: white;
    text-shadow: 2px 2px darkblue;
}

p, h3{
    font-family: "Tahoma";
    padding: 6px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

#BioPic{
    float: right;
}

button{
     font-family: "Tahoma";
     font-size: large;
}

.CenterButton{
    margin: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    -ms-transform: translate(-10%, -50%);
    transform: translate(-50%, -50%);
}

.DesktopIcon{
    width: 48px;
    height: 48px;
    position: relative;
    left: 12px;
}

.Apps-Left, .Apps-Right{
    display: grid;
    grid-template-columns: 95px 95px;
    grid-template-rows: 75px 75px 75px 75px 75px 75px;
    position: fixed;
}

.Apps-Left{
    left: 20px;
    top: 115px;
}


.Desktop_Text-Left, .Desktop_Text-Right{
    display: grid;
    grid-template-columns: 95px 95px;
    grid-template-rows: 75px 75px 75px 75px 75px 75px;
    position: fixed;
    color: white;
    text-shadow: 1px 2px 2px black;
}

.Desktop_Text-Left{
    left: 8px;
    top: 150px;
}

.Apps-Right{
    left: 960px;
    top: 115px;
}

.Desktop_Text-Right{
    left: 950px;
    top: 150px;
}


ul, li{
    font-family: "Tahoma";
}

ul{
    list-style: none;
    margin: 0 0 0 100px;
    padding: 0;
    width: 300px;
}

li{
    padding: 15px 0 0 20px;
    background-image: url(Img/Windows/Windows_Favorite.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    width: 250px;
}