body{
    margin: 0;
}

#background {
    background-image: url(/prideconst.jpg);
    height: 100vh;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}