.banner {
    background-image: url("media/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
    color: white;
}

.banner-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.banner-text h1 {
    font-size: 40px;
    margin: 0;
}

.banner-text p {
    font-size: 20px;
}