.cover {
  position: relative;
  margin-bottom: 1.5rem;
}

.cover__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cover__background svg {
    position: absolute;
}

.cover__logo {
    text-align: center;
}
.cover__logo img,
.cover__logo svg {
    height: auto;
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 2rem;
}

.cover__content {
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1rem;
    gap: 1.5rem;
}

.cover__content.with-background {
    padding-left: calc(25px + 1rem);
}

.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
    font-weight: bold;
    border-bottom-style: none;
    padding-bottom: 0;
    counter-reset: none;
    text-align: center;
    margin: 0;
}
.cover__title {
    background-color: var(--md-primary-fg-color);
    color: var(--md-primary-bg-color);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
}
.cover__title h1  {
    color: inherit;
    font-size: 2.5em;
}
.cover__title-icon {
    margin-right: 0.5em;
}

.cover p {
    margin: 0;
    margin-bottom: 0.3em;
}

.cover__details {
    text-align: right;
    margin-top: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cover__license {
    text-align: right;
}
.cover__license-img {
    margin-top: 0.5rem;
}
.cover__license-img img {
    max-height: 50px;
}
