﻿@import "./static/css/index/index.css";

html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a, br, div, footer, h1, h2, h3, h4, h5, h6, header, hr, li, ol, p, span, ul {
    margin: 0;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
}

li, ol, ul {
    list-style-type: none
}

a {
    text-decoration: none
}

.content {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}