    .brandbackground {
        background: #000;
        background: linear-gradient(to bottom, #fff 0%, #fff 100%);
        width: 100pct;
        height: 100vh;
        color: #000;
        font-family: 'Helvetica Neue', 'Calibri', 'Arial', sans-serif;
    }

    .brandlogo {
        background-image: url('https://ipc-prod-retail-api.azurewebsites.net/api/v1/blob/_system/boss/56f95de1-0b25-40e4-aee4-2261f4d944eb');
        background-size: 487px 168px;
        width: 487px;
        height: 168px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

