body {
    background: rgba(255,250,245,1);
    height: 100%;
    margin: 0;
    width: 100%;
    
    font-family: 'Passion One', cursive, Helvetica, sans-serif;
}
html {
    height: 100%;
    width: 100%;
}

a, a:active, a:visited {
    color:rgba(75, 68, 57, 1);
}

a:hover {
    color:rgba(145, 134, 107, 1);
}

a path, a:active path, a:visited path {
    fill:rgba(75, 68, 57, 1);
}

a:hover path {
    fill:rgba(145, 134, 107, 1);
}

#container {
    height:100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

#container nav > a {
    padding-left:6px;
    padding-right:6px;
}

.content {
    -webkit-transform: rotate(337deg);
    -moz-transform: rotate(337deg);
    -o-transform: rotate(337deg);
    -ms-transform: rotate(337deg);
    transform: rotate(337deg);
}

.content > * {
    display: flex;
    justify-content: center;
    padding-top:12px;
    padding-bottom:12px;
}

header {
    font-size:6em;
}

.content header img {
    -webkit-transform: rotate(-337deg);
    -moz-transform: rotate(-337deg);
    -o-transform: rotate(-337deg);
    -ms-transform: rotate(-337deg);
    transform: rotate(-337deg);
    padding-left:65px;
}