.topbar {
    height: 105vh;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 1)), url("../img/top-img.jpeg");
    background-size: cover;
}
.topbar p {
    position: relative;
    top: 20%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    margin: 0px;
    margin-top: 1vh;
    font-family: 'Anton', sans-serif;
    font-size: calc(3vw + 3vh); 
    color: rgba(245, 245, 245, 1);
    text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;  
    text-align: center;
}

