@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');

body {
    font-family: 'DM Sans';
    background-color: rgb(6, 136, 223);
    color: white;
}

#main, #Loader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

button {
    background-color: #2F66A9;
    border: none;
    color: white;
    height: 40px;
    font-size: medium;
    border-radius: 4px;
}

input {
    border: none;
    border-radius: 4px;
    height: 25px;
    outline: none;
}

#screen {
    position: fixed;
    bottom: 0%;
    width: 100%;
    opacity: 1;
}

#error {
    color: yellow;
}

#taskbar {
    background-color: #333;
    padding: 10px;
    color: rgba(255,255,255,.9);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#taskbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px; 
    text-decoration: none;
    font-size: 17px;
}

#icons li{
    list-style-type: none;
}

#my-pc, #my-firewall {
    transition: 50ms;
    text-decoration: none;
}

#mydiv {
    position: absolute;
    z-index: 9;
    background-color: #383636;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #9ca6ad;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 4px;
}

li {
list-style: none;
text-decoration: none;
color: white;
}

#deez5 {
   width: 100%;
   height: 100%;
}

#win8-style {
    background-color: rgb(12, 136, 207);
    width: 30px;
    height: 30px;
}

#deez5{
    width: 300px;
    background: #3E3E3E;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    margin-top: 15%;
    height: 350px;
}
