body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: url("../img/DJI_0050.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    padding: 1rem;
}

.container img {
    width: 100%;
    max-width: 400%;
    margin-bottom: 2rem;
    filter: drop-shadow(5px 5px 5px black);
}

.site-text {
    color: white;
    filter: drop-shadow(5px 5px 5px black);
    text-shadow: -1px -1px 0 #016994, 1px -1px 0 #016994, -1px 1px 0 #016994, 1px 1px 0 #016994;
}