:root {
    --color-theme: #62549a !important;
}

.app-header {
    padding: .8rem 2.25rem;
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #f1e9e3;

    img {
        display: flex;
        width: 30px;
    }
}

#cover {
    padding-block: 64px 0;
}

.link-back {
    color: #ff00b7;
    text-decoration: none;
}