.container-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
}

.download-button{
    width: 200px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #0080ff;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    max-width: 100%;
}
