@font-face {
    font-family: Segoe;
    src: url(resources/segoeui.ttf);
}

body {
    font-family: Segoe;
    background-image: url(resources/some-wallpapers-from-my-high-resolution-frutiger-aero-v0-zqb8u78vb2he1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    overflow: auto;
}

#fawindow-container {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 95vh;

}

#fawindow {

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 5px;
    border-color: black;
    border-style: solid;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    border-width: 1px;
    width: 500px;
    height: 500px;

}

#fawindowinside {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    

    border-color: black;
    border-style: solid;
    background-color: white;
    border-width: 1px;
    width: 490px;
    height: 465px;
    margin-top: 20px;


}

#fawindowinside2 {

    
    border-color: black;
    border-style: solid;
    background-color: #bdf7f1;
    border-width: 1px;
    width: 480px;
    height: 410px;
    margin-bottom: 5px;
    text-align: center;

}


#fataskbar {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2px;
    margin-right: 2px;
    flex-direction: row;
}

#resize {
    margin-top: 1px;
    width: 35px;
    border-radius: 3px;
}

#resize10 {
    margin-top: 1px;
    width: 35px;
    border-radius: 3px;
}

#resize20 {
    margin-top: 1px;
    width: 35px;
    border-radius: 3px;
}

#resize:hover {
    background-color: #1d7cab;
    box-shadow: 0px 0px 10px rgb(0, 174, 255);
    transition: 0.1s linear;
}

#resize10:hover {
    background-color: #1d7cab;
    box-shadow: 0px 0px 10px rgb(0, 174, 255);
    transition: 0.1s linear;
}

#resize20:hover {
    transition: ease-in-out;
    box-shadow: 0px 0px 10px red;
    transition: 0.1s linear;
}


#move {
    margin-top: 10px;
}

#resizehi {
    width: 300px;
    padding: 10px;
}

#helpme {
    border-radius: 20px;
    margin-top: 37px;
    width: 300px;
}

@media (max-width: 520px) {
    #fawindow-container {
        transform: translate(-50%, -50%) scale(0.9);
        transform-origin: center center;
    }
}

@media (max-width: 480px) {
    #fawindow-container {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media (max-width: 400px) {
    #fawindow-container {
        transform: translate(-50%, -50%) scale(0.7);
    }
}
