section.splash {
    width: 70%;
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/bloomsburg.jpg);
    height: 600px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

.splash h1 {
    color: #fff;
    padding: 10vh;
    text-align: center;
    text-shadow: 0 0 5px #000;
}