.welcome-dashboard h1 {
    font-size: 30px;
    color: #363636;
    line-height: 1.3em;
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.welcome-dashboard .umb-button__button {
    width: 30em;
    border-radius: 3px;
    background-color: #2ab777;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: background-color 150ms ease-in-out;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

    .welcome-dashboard .umb-button__button:hover {
        background-color: #339367;
        transform: translateY(2px) translateX(2px);
    }