* {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(bg-image.jpg), no-repeat;
    background-size: cover;
}
.title {
    color: aliceblue;
    position: fixed;
    text-align: center;
    overflow: auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
h1 {
    font-size: 4em;
    padding-bottom: .5em;
}
p {
    font-size: 2em;
}
