﻿.main-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

BODY {
    background-color: #ffffff;
}

.header {
}

.container_6 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: var(--color-grey-white);
}
