* {
    margin:0;
    -webkit-font-smoothing:antialiased;
    /* mimimi */
    -moz-osx-font-smoothing: grayscale;
    font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
html, body {
    background: #252525;
}
.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display:block;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0; */
}
b {
    font-weight:700;
}
.title {
    position: absolute;
    text-align: left;
    color: white;
    margin: 0 auto;
    opacity: 0.;
    top: 50px;
    left: 70px
}
.title * {
    font-size: 20px;
}
.title h1 {
    font-weight: bold;
}
.title h2 {
    font-weight: lighter;
}