@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@800&display=swap');

body {
    background: #000;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}

h1 {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.8;
    margin: 0 auto;
    quotes: "“" "„";
    text-align: end;
}

h1::before {
    content: open-quote;
}

h1::after {
    content: close-quote;
}

.wrapper {
    align-content: center;
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    height: 45rem;
    justify-content: center;
    padding: 2rem;
}

.wrapper::after {
    content: "de Brillies";
    text-align: center;
    font-size: 2em;
}
