.container{

    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 10px;
    height: 70vh;
    width: 50vh;
    margin: auto;
}

.btn{
    margin: 12em 0 0 0;
    padding: 4px 8px;
    background-color: #12fe32;
    border-radius: 4px;
    font-size: large;
    justify-content: center;
    align-items: center;

}