.max-250 {
    max-height: 250px;
}

.margin-top-40 {
    margin-top: 40px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.margin-2rem-top-bottom {
    margin: 2rem 0;
}

.margin-2rem-top {
    margin: 2rem 0 0 0;
}