body {
    margin: 2rem auto;
    font-family: 'Roboto', system-ui;
    line-height: 1.2;
    max-width: 180ch;
}

.parent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

h1 {
    font-size: clamp(2.5rem, 10vw, 10rem);
}

h2 {
    font-size: clamp(1.25rem, 4vw, 2.5rem);
    text-align: justify;
}

.transparent {
    background-image: url('images/title.jpg');
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    color:transparent;
}

.color-body {
    color: #706993;
}

.color-title {
    color: #645E9D
}

.color-accent {
    color: #E75A7C
}

.color-background-dark {
    background-color : #1d1d1d
}

.color-background-light {
    background-color: #212121
}

.color-alt-a {
    color: #7E52B7;
}

.color-alt-b {
    color: #88498F
}

.color-alt-c {
    color: #5F4BB6;
}