.header-content {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
}

.header-start {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 32px;
    gap: 32px;
}

#mainContainer {
    width: 100%;
    gap: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-content {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
}
