.container{
    background-color: #f5f5f5;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}

.step{
    margin-bottom: 20px;
    margin-top: 20px;
}

.number{
    font-weight: 900 ;
    font-size: 22px;
    color: #535bf2;
}