
html {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 2em;
    background: black;
    color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 100;
	letter-spacing: .2em;
}

#md-content {
    width: 0;
    height: 0;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 32px;
}

.information .logo {
    width: 64px;
    height: 64px;
    margin: 32px;
}

.container .information {
    width: 480px;
    max-width: calc( 100% - 128px );
    text-align: center;
    font-size: 14px;
}

.container .information img {
    max-width: 100%;
    margin-bottom: 64px;
}

.container .information .text {
    margin-bottom: 64px;
}

