* {
    font-family: Circle, -apple-system, Montserrat, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: var(--secondary-background);
}

.content {
    background: var(--white-background);
    width: 1380px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.footer {
    bottom: 0;
    width: 100%;
}

@media (max-width: 1280px) {
    .content {
        width: 100%;
        padding: 10px;
    }
}