body {
    margin: 10px;
    color: #fff;
}

a {
    color: #da4167;
}
a:hover {
    color: #da4167;
    text-decoration: underline;
}

.status-message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    text-align: center;
}

.logo {
    width: 80px;
}

.user-logo img,
.user-logo svg {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    max-height: 60px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.user-logo img.tengrand {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    max-height: 100px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.user-logo .onesouthfirst path {
    fill: #56585a;
}

.bicyclesportshop-container {
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 3px solid black;
    margin-bottom: 50px;
}

.teamopenbook-container {
    background: #d43e11;
    padding: 0px;
    margin: -10px;
    margin-bottom: 12px;
}

.user-logo img.teamopenbook {
    width: 260px;
    padding: 10px;
    margin: 0;
    margin-left: 60px;
}

.user-logo img.thebridge {
    width: 180px;
    max-height: none;
}

.user-logo img.teamgb {
    max-width: 75px;
    max-height: none;
}
.user-logo img.biscuitfactory {
    margin: 50px auto;
}