html, body {
    background-color: #0e0614;
    height: 100%;
    margin: 0;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 10vw;
    font-family: "Unica One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#52367a;
}

header > b {
    color: #3a245c;
}
