body,
body,
html {
    background-color: #111;
    color: #fff;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}
section {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 600px;
    width: 80%;
    margin: auto;
    min-height: 100vh;
}
.wrapper {
    flex-grow: 1;
}
h1,
p {
    font-size: 30px;
}
p {
    line-height: 0.5;
}
h1 {
    line-height: 1.4;
}

.title {
    border: solid 2px #fff;
    padding: 15px;
}
.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgba(14, 16, 16, 0.7);
}
.cs {
    font-size: 16px;
    padding-top: 20px;
}
.bgimg {
    position: relative;
    background-image: url(../assets/bg.jpg);
    min-height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
    h1,
    p {
        line-height: 0.3;
        font-size: 30px;
    }
}
