body {
    background-color: #000;
    color: #fff;
    text-align: center;
}
h1 {
    font-family: 'Amiri', serif;
    font-size: 120px;
    font-weight: 700;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em 0em 0em 0em;
    color: #fff;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 300;
    margin-top: -40px;
    margin-bottom: 0;
    color: #fff;
}
h3 {
    font-weight: 300;
    font-size: 60px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.message {
    color: #444444;
    align: center;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 0.3em;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
}
.message .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 {
    font-weight: 200;
    font-size: 3.5em;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}
.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}
.ml1 .line1 {
    top: 0;
}
.ml1 .line2 {
    bottom: 0;
}