@import url("https://fonts.googleapis.com/css?family=Oswald");

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: Oswald, sans-serif;
    letter-spacing: 1px;
    color: white;
    background: #222222;
}

#main-container {
    width: 800;
    margin: auto;
}

#inner-container {
    width: 100%;
    height: auto;
}

#full-container {
    width: 100%;
    height: 100%;
}