body {
    margin: 0;
    min-width: 320px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::selection {
    background-color: var(--major-color);
    color: #fff;
}

a {
    text-decoration: none;
    transition: color 0.3s ease;
}

a:active, a:hover {
    outline: none;
    text-decoration: none;
}

.be-west .be-section:first-child > div,
.be-center .be-section:first-child > div,
.be-east .be-section:first-child > div  {
    margin-top: 0 !important;
}

.be-west .be-section:last-child > div,
.be-center .be-section:last-child > div,
.be-east .be-section:last-child > div  {
    margin-bottom: 0 !important;
}
