@charset "utf-8";

:root {
    --container-width: 1200px;
}

body {
    background: #000 url('../../img/background/default.gif?v=1') center bottom fixed no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ddd;
    text-align: center;
}

.container {
    width: var(--container-width);
    display: flex;
    margin: 0 auto;
    text-align: left;
}


