@charset "utf-8";

/* CSS Document */

body {
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    font-family: "Rubik", sans-serif;
}

#container {
    width: 100%;
    margin: 0 auto;
    background-color: hsl(0, 0%, 90%);
    border-radius: 10px;
}

