main {
    max-width: 1200px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    margin: 0 auto;
}

.container {
    color: var(--font-color);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    background-color: var(--background-color);
    margin-bottom: 32px;
    margin-top: 72px;
    padding: 1.5em;
}

.page-title {
    font-size: 32px;
    font-weight: 550;
}
