body {
    overflow: hidden;
}

main {
    display: flex;
    margin: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url('./assets/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 15%;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;

}


p,
h1,
h2,
h3 {
    font-family: "Segoe UI", Arial, sans-serif;
}

div#lockScreen {
    background-image: url('./assets/background-lock.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    background-position-y: 15%;

    display: flex;
    margin: auto;
    bottom: 0;
    right: 0;
}

img#lockScreenPicture {
    height: 200px;
    cursor: url("./assets//cursors//link.cur"), pointer;

}

#row {
    display: flex;
}

p:not(title-bar-text) {
    margin: 0px;
    margin-top: 15px;
}

.column {
    display: flex;
    align-items: start;
    flex-direction: column;
}

img#buddyLogin {
    width: 150px;
}

p#forgotPassword {
    color: #5077CB;
    margin-left: 10px;
    font-weight: 600;
    cursor: url("./assets//cursors//link.cur"), pointer;
    font-size: 15px;
}

input {
    margin: 0px;
    width: 250px;
    margin-left: 25px;

}

div.title-bar {
    user-select: none;
}

div#task-bar {
    bottom: 0;
    position: absolute;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 40px;
    border-top: solid 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 -1px 0 0 #00506b;
    box-shadow: 0 -1px 0 0 #00506b;
    z-index: 1;
}

#task-bar>#blur-overlay {
    position: absolute;
    top: 0;
    right: -150px;
    bottom: -150px;
    left: -150px;
    background-image: url("https://imyourman.dk/codepen/windows/background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 2;
}

#task-bar>#blur-overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
    content: '';
    z-index: 3;
}

#menu-button {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 10px;
    display: block;
    width: 32px;
    height: 32px;
    z-index: 3;
    background-image: url("./assets/start-button.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: url("./assets//cursors//link.cur"), pointer;
}

#pined-items {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    display: block;
}

#pined-items>.pined-icon {
    position: relative;
    display: block;
    width: 60px;
    height: 40px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px transparent;
    border-radius: 2px;
    z-index: 3;
}

#datetime {
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 3;
    text-align: center;
    user-select: none;

}

#datetime>span {
    display: block;
    margin: 0;
    font-size: 9pt;
    color: #fff;
    user-select: none;
}

#show-desktop {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 15px;
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.2) 31%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#33000000', GradientType=1);
    border: solid 1px rgba(255, 255, 255, .2);
    z-index: 3;
    -webkit-box-shadow: -1px 0 0 0 #000;
    box-shadow: -1px 0 0 0 #000;
}

#show-desktop:hover {
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.2) 31%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 255.2) 31%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.2) 31%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#33000000', GradientType=1);
    border: solid 1px rgba(255, 255, 255, .2);
}




.icon {

    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    padding: 1px;
    justify-content: center;
    align-items: center;
    left: 10px;
    user-select: none;
    cursor: url("./assets//cursors//link.cur"), pointer;
}

.icon:hover {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
}

.iconHover {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
}

.icon img {
    height: 60px;
    user-select: none;
}

.icon p {
    color: white;
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 2px #000;
    text-overflow: clip;
    user-select: none;
    cursor: url("./assets//cursors//link.cur"), pointer;
}

#pined-items>.msnTaskBar {
    background-image: url("./assets/msnLogo.png");
    cursor: url("./assets//cursors//link.cur"), pointer;

}

#pined-items>.ieTaskBar {
    background-image: url("./assets/internetExplorer.png");
    cursor: url("./assets//cursors//link.cur"), pointer;

}

#pined-items>:hover {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
}

.screen {
    max-height: 600px;
    max-width: 1000px;
    text-overflow: hide;
    overflow-y: scroll;
    overflow-wrap: break-word;
}

div#aboutMeMsn {
    margin-bottom: 30px;
}

canvas#line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.267);
}

img#window-icon {
    height: 17px;
    margin: 0px 5px;
}

div.title-bar-title {
    margin: auto;
    margin-left: 5px;
    margin-right: 15px;
}

div.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    height: 94.4%;
    width: 100%;
}

img.icon {
    height: 30px;
    margin: 5px;
}

.icon {
    cursor: url("./assets//cursors//link.cur"), pointer;
}

img#goFoward {
    rotate: 180deg;
}

div.url {
    width: 70%;
}

input.url {
    width: 100%;
}

img#wikiLogo {
    height: 100px;
}



ul#navBarWikipedia {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    max-width: 20%;
    margin-left: 10px
}

a {
    cursor: url("./assets//cursors//link.cur"), pointer;
}

div#article {
    max-width: 100%;
    height: 100%;
    padding: 10px;
    width: 80%;
}

aside {
    padding: 5px 30px;
    border: #000 solid 1px;
    height: fit-content;
    justify-content: center;
}

img#pfpWiki {
    height: 300px;
    display: flex;
    margin: 0px auto;
    cursor: url("./assets//cursors//link.cur"), pointer;
}

aside>p {
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
}

div#article>p {
    font-size: 15px;
    margin-top: 0px;
}

button {
    cursor: url("./assets//cursors//link.cur"), pointer;
}

div#creditosTexto>p {
    margin: 0px;
    font-size: 15px;
}


img#pfp-msn {
    height: 150px;
    border-radius: 50px;
}

img {
    user-select: none;
}

div#redes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background-color: rgb(107, 255, 93);
    padding: 10px;
    border-radius: 10px;
    margin: 20px;
    cursor: url("./assets//cursors//link.cur"), pointer;
}

div#redes>img {
    height: 100px;
}

div#redes>p {
    font-size: 15px;
}

div#cursor {
    height: fit-content;
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
}







@keyframes goToEdge {
    0% {
        left: 50%;
        top: 50%;
    }

    100% {
        left: 45px;
        top: 165px;
    }
}















p#ativarWin {
    user-select: none;
    position: absolute;
    bottom: 80px;
    right: 30px;
    margin: 0px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.609);
    font-weight: 100;
    text-shadow: #00000070 1px 1px;
    margin: 0px;
    z-index: 999;
}

span {
    font-size: 20px;
}