.container {
    width: 100%;
    max-width: 150rem;
    min-height: 50vh;
    max-height: 100%;
    background-color: var(--bg-color);
    border: 2px solid var(--border-color);
    box-shadow: 1rem 1rem 0rem 0rem var(--_3th-color);
    padding: 2rem;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    flex-wrap: wrap;
}

.m5rem {
    margin: 5rem;
}