.banner {
    background-image: url("images/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 5px black;
}
