.nolace
{
    margin: 0 0 0 0;
    border: 0 0 0 0;


}

#maintitle
{
    background-color: rgb(0, 16, 107);
    font-size: 100px;
    color: white;
    margin: 0;
    border: 0;
    text-align: center;
    font-family: "Vivaldi";
    font-weight: normal;
    cursor:default;
}








.test01{background-color: blue; height: 100%; margin: 0;border: 0;padding: 0;border-collapse: collapse;}
.test02{background-color: white; height: 100%;    margin: 0; border: 0;padding: 0;border-collapse: collapse;}



.window
{
width: 100%;
height: 1500px;
display: inline-flex;

    .choices
    {
        width: 15%;
        height: 1500px;
        background-color:rgb(195, 235, 255);
        display: -ms-inline-grid;

    }

    .test04
    {
        width: 85%;
        height: 1500px;
        background-color: whitesmoke;



    }
    
}




.choice
{
background-color:rgb(45, 140, 255) ;
color: rgb(210, 210, 255);
margin: 0px;
padding: 20px 0 20px 0;
text-align: center;
font-size: 25px;
transition: all 0.2s;
cursor: pointer;
font-family: "UD Digi Kyokasho NP-B";

}
.choice:hover
{
    background-color:blue !important;
    color: rgb(255,255,240) !important;





}

#end
    {
        background-color: rgb(50,50,50);
        color: white;
        width: 100%;
        height: 100px;
        text-align: center;
        font-size: large;

    }

