* {
    box-sizing: border-box;
    margin: 0;
    user-select: none;
}

html, body, header, #front-title {
    width: 100%;
    height: 100%;
    margin : 0
}

.lexend-catchphrase {

}

header {
    background: linear-gradient(0.25turn,#FF67F5,#FFAE52)
}

#front-title {
    display: flex;
    justify-content: center;
    align-items: center
}

h1 {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 6em;
    margin: 1em;
    color: white;
    line-height: 0.8em;
    letter-spacing: -0.05em;
    user-select: none
}

#front-touffe {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 2
}

#front-touffe img {
    width: 30em;
    user-select: none
}

#corner-icon {
    position: absolute;
    top: 0;
    margin: 2em
}

#corner-icon > button {
    background-color: transparent;
    border: none;
    border-width: 0;
}

#corner-icon > button > img {
    width: 5em;
    height: auto;
}