@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

.logout-button {
    color: red;
    display: flex;
    background-color: #131415;
    padding: 10px 17px;
    border-radius: 5px;
    width: 100%;
    margin: 5px auto;
    position: relative;
    border: none;
    span{
        margin-left: 10px;
    }
}

.logout-button .bi-box-arrow-left {
    margin-right: 30px;
}

.header-brand {
    text-align: center;
    margin-bottom: 10px;
}
