html, body {
    background: whitesmoke;
    height: 100%;
    font-family: "Arial Rounded MT Bold";
}

.title-container {
    position: relative;
    height: 100%;
}
.title-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 70%;
    left: 15%;
}
.title {
    display: none;
    text-align: center;
}

#title1 {
    font-size: 4em;
    color: #666666;
}
#title2 {
    font-size: 2.5em;
    color: #999999;
}
#title3 {
    font-size: 4em;
    color: #666666;
}
#title4 {
    font-size: 2em;
    color: #CCCCCC;
}
