/* Extracted styles from base.html */
.logo-margin {
    margin-left: 0px;
    margin-top: 3px;
}

.logo-margin-bottom {
    margin-bottom: 3px;
}

.logo-margin-left {
    margin-left: 3px;
}

.header-bubble {
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 1px;
    text-align: left;
}

.logout-text {
    margin-left: 10px;
}

/* Extracted styles from home.html */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.error-text {
    color: red;
}