* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
}

body, html {
    height: 100%;
}

body {
    display: flex;
}
.display {
    overflow: hidden;
    backdrop-filter: blur(6px);
    background-color: rgba(66, 196, 235, 0.123);
    margin: auto;
    display: flex;
    flex-direction: column;
    border: 1.5px solid black;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.514) inset;
    border-radius: 10px;
    height: 80%;
    width: 65%;
    padding: .5%;

    .windowbut {
        margin-right: 2%;
        bottom: 2.7vh;
        position: relative;
        overflow: hidden;
        justify-content: space-evenly;
        display: flex;
        width: 15%;
        height: 7%;
        border: 1px solid black;
        margin-left: auto;
        color: white;
        border-radius: 0px 0px 10px 10px;
        box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.322), 0px 0px 1px 2px rgba(255, 255, 255, 0.322) inset;
        .square {
            box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.322), 0px 0px 1px 2px rgba(255, 255, 255, 0.322) inset;
            border-left: 1px solid black;
            border-right: 1px solid black;
        }
        div {
            width: 40%;
            height: 120%;
            font-size: 100%;
            font-weight: 1000;
            text-align:center;
            * {
                margin: auto;
                position: relative;
                top: 2vh;
            }
        }
        .square:hover, .minimize:hover {
            background-color: rgba(0, 0, 0, 0.123);
            * {
                background-color: none;
            }
        }
        .close {
            width: 50%;
        }        
        .close:hover {
            transition-duration: 3s;
            background: linear-gradient(to bottom, rgba(255, 0, 0, 0.466), rgba(139, 0, 0, 0.514));
        }
    }

    .tools {
        user-select: none;
        margin-bottom: .5%;
        display: flex;
        height: 6%;
        margin-top: auto;
        .buttons {
            background-color: rgba(80, 97, 97, 0.377);
            margin-left: .4%;
            display: flex;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 90px;
            
            div {
                opacity: 80%;
                background: linear-gradient(to bottom, white, rgba(83, 83, 83, 0.13));
                box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.322) inset;
                border-radius: 90px;
                font-size: 140%;
                margin: 3%;
                border: 1px solid rgba(0, 0, 0, 0.534);
                color: white;
                font-weight: 1000;
            }
            div:hover {
               background-color: rgba(65, 179, 224, 0.815); 
               opacity: 100%;
            }
        }            

        #out {
            color: white;
            opacity: 70%;
        }

        .title {
            img {
                margin: .5%;
                margin-right: 0px;
                height: 85%;
                object-fit: contain;
            }
            #pagetitle {
                color: rgb(58, 58, 58);
                font-family: Arial, Helvetica, sans-serif;
                font-size: 90%;
                font-weight: 200;
            }

            #down {
                margin-left: auto;
            }

            .symbol {
                height: 100%;
                width: 5%;
                div {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                    border-left: 1px solid black;
                    color: rgb(0, 83, 160);
                    text-align: center;
                    font-size: 130%;
                }
            }
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 2px;
            width: 100%;
            font-size: 100%;
            background-color: rgba(255, 255, 255, 0.733);
            border: 1px solid black;
            box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.322), 0px 0px 1px 2px rgba(255, 255, 255, 0.322) inset;
        }
        .search {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-left: .6%;
            border-radius: 2px;
            width: 30%;
            background-color: rgba(255, 255, 255, 0.733);
            border: 1px solid black;
            box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.322), 0px 0px 1px 2px rgba(255, 255, 255, 0.322) inset;
            font-family: Arial, Helvetica, sans-serif;
            
            * {
                font-size: 90%;
            }
            div {
                margin-right: 2%;
                font-size: 120%;
                color: rgb(0, 83, 160);
            }
            h1 {
                opacity: 50%;
                margin-left: 2%;
                font-weight: 200;
                font-style: italic;
            }
        }
    }
    .innerwindow {
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.342);
        border: 1.5px solid black;
        border-radius: 2px;
        height: 85%;
        background-color: white;
        
        .uside {
            display: flex;
            justify-items: center;
            align-items: center;
            box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.342) inset;
            background: linear-gradient(to bottom, rgb(74, 154, 192) 40%, rgb(27, 104, 155) 50%, rgb(14, 100, 150) 90%);
            height: 10%;
            a {
                text-decoration: none;
                height: 100%;
                cursor: pointer;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                img {
                    object-fit: contain;
                    width: 2vw;
                }
            }
            .twitter, .tumblr {
                margin-right: 3%;
            }
            a:first-child {
                margin-left: 2%;
            }
            #photo {
                margin-left: auto;
                margin-right: 3%;
            }
            #info {
                margin-right: 3%;
            }
            #photo, #info {
                h1 {
                    font-weight: 300;
                    font-size: 100%;
                    margin-left: 4%;
                }
            }
        }
        .dside {
            display: flex;
            height: 60vh;
            border-top: 1px solid black;
            .lside {
                width: 23%;
                display: flex;
                flex-direction: column;
                img {
                    object-fit: contain;
                    width: 10%;
                }
                .menu {
                    display: flex;
                    flex-direction: column;
                    user-select: none;
                    padding: 4%;
                    font-family: Arial, Helvetica, sans-serif;
                    .titulo, .topic {
                        cursor: pointer;
                    }
                    .titulo {
                        margin-top: 3%;
                        margin-bottom: 1%;
                        font-size: 90%;
                        font-weight: 700;
                    }
                    .topic {
                        text-decoration: underline;
                        color: blue;
                        font-size: 80%;
                        img {
                            width: 12%;
                        }
                        margin-left: 7%;
                    }
                    .topic:hover {
                        color: magenta;
                    }
                    .topic:active {
                        color: rgb(223, 0, 211);
                    }
                }
                .calc {
                    color: rgb(51, 51, 51);
                    background-color: rgb(223, 241, 247);
                    font-family: Arial, Helvetica, sans-serif;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                    margin: 5%;
                    margin-top: 0px;
                    height: 100%;
                    border: 1px solid gray;
                    .title {
                        padding-top: 1%;
                        background-color: white;
                        display: flex;
                        align-items: center;
                        h1 {
                            font-weight: 300;
                            margin: 2%;
                            margin-top: 0px;
                            font-size: 80%;
                        }
                        img {
                            margin-left: 2%;
                        }
                    }
                    .values {
                        box-shadow: 0px 0px 3px 1px white inset;
                        border-radius: 5px;
                        background: linear-gradient(to top, white, rgb(223, 241, 247));
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        border-radius: inherit;
                        margin: 3%;
                        border: .5px solid rgb(136, 136, 136);
                        height: 15vh;
                        width: 93%;
                        overflow: scroll;
                        #sacrifice {
                            padding: 2%;
                            font-style: italic;
                            opacity: 70%;
                            margin: auto;
                            font-size: 90%;
                            text-align: center;
                        }
                        div {
                            display: flex;
                            width: 100%;
                            justify-content: space-between;
                            h3 {
                                font-size: 90%;
                            }
                            div {
                                user-select: none;
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                width: fit-content;
                                font-weight: 200;
                                font-size: 120%;
                                div {
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    font-size: 100%;
                                    color: blue;
                                    font-weight: 500;
                                    cursor: pointer;
                                    width: fit-content;
                                }
                            }                            
                        }
                    }
                    .result {
                        width: 93%;
                        display: flex;
                        height: 10%;
                        button {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border: .5px solid rgb(139, 139, 139);
                            background: linear-gradient(to bottom, white, rgb(223, 241, 247));
                            width: 40%;
                        }
                        button:hover {
                            filter: brightness(95%);
                        }
                        button:active {
                            filter:brightness(85%);
                        }
                        #rvalue {
                            font-size: 90%;
                            font-style: italic;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 100%;
                        }
                    }
                }
            }
            .rside {
                overflow: auto;
                display: flex;
                flex-direction: column;
                box-shadow: -3px 0 3px -3px #000;
                width: 100%;
                .title {
                    margin-top: 2%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 15%;
                    img {
                        object-fit: contain;
                        height: 100%;
                    }
                    #glitter {
                        filter: drop-shadow( 0px 7px 5px rgba(0, 0, 0, 0.63));
                    }
                }
                .subtitle {
                    font-family: monospace;
                    margin: 4% auto 0px auto;
                    color: blue;
                    h1 {
                        font-weight: 300;
                    }
                }
                .block {
                    box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.432) inset;
                    background: linear-gradient(to bottom, rgba(74, 154, 192, .9) 40%, rgba(27, 104, 155, .9) 50%, rgba(14, 100, 150, .9) 90%);
                    padding: 1%;
                    width: 90%; 
                    border-radius: 3px;
                    margin: 2% auto 0px auto;
                    border: 1px solid black;
                    .innertitle {
                        display: flex;                    
                        margin-right: auto;
                        align-items: center;                        
                        h1 {
                            color: white;
                            margin-left: 2%;
                            font-size: 120%;
                            font-family: monospace;
                            font-weight: 600;
                        }
                        img {
                            width: 5%;
                            filter: drop-shadow(0px 0px 5px white);
                            object-fit: contain;
                        }                        
                    }
                    .content {
                        border-radius: 2px;
                        margin: 1% auto 1% auto;
                        width: 99%;
                        background-color: rgba(230, 245, 245, 0.671);
                        padding: 1%;
                        border: 1px solid black;
                        box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.493) inset, 0px 0px 4px 1px rgba(255, 255, 255, 0.479);
                        ul {
                            li {
                                font-family:Verdana, Geneva, Tahoma, sans-serif;
                                display: flex;
                                align-items: center;
                                h1 {
                                    font-size: 100%;
                                    font-weight: 400;
                                }
                            }
                        }
                        #pix {
                            margin: auto;
                            img {
                                margin-left: 2%;
                                width: 5%;
                                object-fit: contain;
                            }
                        }
                    }
                    .artcontent {
                        display: flex;
                        border-radius: 2px;
                        margin: 1% auto 1% auto;
                        width: 99%;
                        background-color: rgba(230, 245, 245, 0.671);
                        padding: 1%;
                        border: 1px solid black;
                        box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.493) inset, 0px 0px 4px 1px rgba(255, 255, 255, 0.479);
                        .drawing {
                            border: 1px solid black;
                            width: 30%;
                            height: 40vh;
                            border-radius: 10px;
                            overflow: hidden;
                            img {
                                height: 100%;
                                width: 100%;
                                object-fit: cover;
                            }
                            #sugar {
                                height: 140%;
                            }
                            #icon {
                                height: 50%;
                                width: 70%;
                            }               
                            #home {
                                height: 88%;
                                width: 100%;
                            }
                            #ref {
                                width: 185%;
                            }
                        }
                        #icon {
                            border: none;
                        } 
                        #home {
                            border: none;
                        }
                        }
                        .info {
                            font-family: monospace;
                            margin: auto;
                            width: 65%;
                            div {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                h1 {
                                    font-weight: 300;
                                    font-size: 180%;
                                }
                                .choose {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    width: 30px;
                                    height: 30px;
                                    margin: 1% auto 1% 0px;
                                    color: white;
                                    border: 1.5px solid black;
                                    border-radius: 4px;
                                    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.534) inset, 0px 0px 2px 1px rgba(255, 255, 255, 0.534);
                                    background: linear-gradient(to bottom, rgba(0, 174, 255, 0.534), rgba(1, 45, 190, 0.514));
                                }
                                .choose:hover {
                                    filter: brightness(80%);
                                }

                                .choose:active {
                                    filter: brightness(70%);
                                }

                            }
                            .extra {
                                display: flex;
                                justify-content: left;
                                align-items: center;
                                margin-top: 5%;
                            }
                        }                     
                    }
            }
        }
    }
}
.bg {
    z-index: -1;
    position: fixed;
    background-image: url(https://i.redd.it/1lu31x1angtb1.jpg);
    min-height: 100%;
    min-width: 100%;
    background-size: 100%;
}
