
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, a, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    /* Cancel out some differences between browser defaults */
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}

#index_gamewindow{
    width:800px;
    height:600px;

    display:block;
    margin:auto;

    border:20px solid white;
    border-radius: 5px;
}

#index_body{
    width:100%;
    height:100dvh;
    background-color:black;

    display:flex;
    align-items: center;
    justify-content: center;
}












/* GARDENZ OWN */


#testperspective{
    width:100px;
    height:100px;

    background-image:linear-gradient(0deg,rgba(255, 59, 199, 1) 0%, rgba(252, 234, 70, 1) 100%); 

    margin:100px;

    transform: rotateX(60deg) rotate(45deg);
}

#testgardenbody{
    background-color: rgb(7, 117, 7);
}