body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
}

.intro-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../img/background_gradient.jpg) no-repeat center center;
    background-size: cover;
    color: #f8f8f8;
}

.intro-message img {
    max-width: 300px;
    margin-bottom: 20px;
}

.intro-message h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
