* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-size: 10px;
    height: 100%;
    color: #fff;
    transition: all .5s ease-in-out;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-size: 3.6em;
    line-height: 1.3;
    margin: 20px 0;
    text-align: center;
    letter-spacing: .6em;
}

.container {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 80px auto 40px;
    width: 700px;
    height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.btns {
    flex: 20px;
    text-align: center;
}

.btns span {
    display: inline-block;
    height: 20px;
    padding: .4em 2em;
    margin: .2em .8em;
    font-size: 1.4em;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: .2em;
    cursor: pointer;
}

.btns span:hover {
    text-decoration: underline;
}

.btns span a {
    text-decoration: none;
    color: #fff;
}

.container .typing .typing-cursor::after {
    color: #fff;
}

.container .typing .typing-sentence {
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: .4em;
}

.container .typing .typing-title {
    font-size: 1.6em;
}

.container .typing .typing-under {
    font-size: 1.2em;
}

.wrapper {
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
}

@media (max-width: 980px) {
    .container {
        width: 80%;
    }
}
