body {
    margin: 0;
    min-height: 100vh;
    background-color: #000;
    background-image: url('../img/banner-v2.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;

    display: flex;
    justify-content: center;  /* Center horizontally */
}
.bordershadow {
    height: 100px;
    width: 100%;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 19px;
    box-shadow: 0 0px 40px 20px rgba(0, 0, 0, 0.5), 0 0 60px 10px rgba(0, 0, 0, 0.25);
}