body {
    font-family: Arial, Helvetica, sans-serif;
}

.dfd-apps-wrapper {
    padding: 2rem;
    display: flex;
    align-items: stretch;
    gap: 20px;
    justify-content: center;
}

.dfd-apps-button {
    display: flex;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    border: solid 2px #002699;
    border-radius: 3px;
    background-color: #EEEEEE;
    cursor: pointer;
    min-width: 260px;
    text-align: center;
    color: #002699;
    align-items: center;
    justify-content: center;
}

.dfd-apps-a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: #002699;

    img {
        width: 2rem;
    }
}