 body{
        width: 100%;
        height: 100vh;
        /*display: flex;*/
        justify-content: center;
        align-items: center;
        /*background: linear-gradient(45deg, #0a0a0a, #3a4452);*/
        background-color: lightyellow;
        font-size: 1.5rem;
    }

    .container{
        /*border: 1px solid #717377;*/
        padding: 1rem;
        border-radius: 1.2rem;
        background-color: ghostwhite;
        margin-left: 25%;
        margin-right: 25%;
        /*background: transparent;
        background: linear-gradient(45deg, #0a0a0a, #3a4452);*/
        box-shadow: 0px 3px 15px rgba(133, 115, 119, 0.5);
    }
    
    
    .container:hover{
        border-radius: 0.5rem;
        box-shadow: 0px 3px 15px rgba(133, 115, 119, 1.0);
    }
    
    .basisinput{
        width: 2rem;
    }