html, body, div {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
}
.title h2{
    color: #ffffff;
    -webkit-animation: fade-in-down 1s both;
    animation: fade-in-down 1s both;
    animation-delay: .3s;
    font-family: Playball, cursive, kaiti, Arial;
    font-size: 2.6rem;
    mix-blend-mode: screen;
    letter-spacing: -1px;
    font-weight: 700;
    text-shadow: 0 3px 6px #0000004d;
    align-self: center;
}