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

body {
    background-image: url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1920&q=75&fm=webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan {
    font-family: 'Amiri', serif;
    color: white;
    font-size: 3rem;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    margin-bottom: 15vh;
}
