@import url('satoshi.css');
@import url('switzer.css');
@import url('nippo.css');

body {
    background-color: #0a0a0f;
    color: #e8e8e8;
    font-family: Georgia, serif;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    font-family: 'Nippo-Extralight';
}

img {
    display:block;
    margin: 0 auto;
    max-width: 400px;
}

a {
    color: #e8e8e8;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 20px;
}