*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main{
    /* align-items: center; */
    text-align: center;
    margin-top: 120px;
    font-size: 50px;
}
.main input{
    width: 50%;
    height: 30px;
    text-align: center;
    font-weight: bolder;
    border: 2px solid black;
}
.main button{
    height: 30px;
    width: 150px;
    
        border: 2px solid black;
        font-weight: 600;
        background-color: rgb(63, 181, 37);
        color: aliceblue;
        cursor: pointer;
        /* border: none; */
                    border: 2px solid rgb(0, 0, 0);



}
.main ul{
    border: 2px solid black;
    height: 100%;
    /* margin: 30px; */
    background-color: rgb(114, 114, 114);

}
 .main .red{
    background-color: red;
            /* border: none; */
            width: 50px;
            font-weight: 800;
            border-radius: 2px;
            border: 2px solid rgb(0, 0, 0);

}