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

* {
    margin: 0;
    padding: 0;
}


body {
    color: #aaa;
    font-family: 'DotGothic16', sans-serif;
    background: #000;
font-size: 400%;


}

.page {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

}

.content {
    display: flex;
    flex-direction: column;
}

