html, body {
  margin: 0px;
}

body {
    font-family: "Oswald", sans-serif;
    /* bottom:150px;
    left:150px; */
    /* background-color:black; */
}

a {
    color: inherit;
    text-decoration: inherit;
  }

h1,h2 {
    border:0;
    margin:0;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/* .header-canvas {
    margin:32px;
    position: absolute;
    z-index: 0;
} */

.row {
    display: table;
    table-layout: auto;
    /* margin:18px; */
    /* margin-left:48px; */
}
.column {
    display: table-cell;
}

#header-home {
    background-color: #ffaa55;
    color:black;
    display: inline-block;
    padding-left: 32px;
    padding-right: 16px;
}

#header-home h1,h2 {
    margin-left:8px;
    margin-right:8px;
    display: inline-block;
    /* transform: scale(1, 1.5);
    -webkit-transform: scale(1, .5);
    -moz-transform: scale(1, .5);
    -ms-transform: scale(1, .5);
    -o-transform: scale(1, .5); */
}

