body {
    height: 100vh;
    width: 100vw;
    background-color: blue;
    font-family: "Poppins";
    color: white;
    overflow: hidden;
}

#backImg {
    object-fit: cover;
    opacity: 0.3;
}

#centerTitle {
    font-size: 5vw;
    text-align: center;
    width: 75vw;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}