  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }

    #bodyWithBackgroundImage {

        background-image: url("../assets/SBC Background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;
        text-align: center;
        background-position: center center;
    }

    #sbcLogo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        width: 50%;
    }

    #linkButton {
        width: 5%;
    }
}

#bodyWithBackgroundImage {
    background-image: url("../assets/SBC Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: center;
    background-position: center center;
}

#sbcLogo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 25%;
}

#linkButton {
    width: 5%;
}