﻿.ThemeBox {
    padding: 10%;
    min-height: 330px;
    width: 100%;
    font-family: "Heebo", sans-serif;
    font-size: 174%;
    font-weight: 400;
    line-height: 1.429;
    background-repeat: round;
    border-radius: 4px;
    box-shadow: 2px 5px 6px #645757;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */
    text-align: center; /* center text alignment */
}
