@media ( orientation: portrait ) {

    h1 {
        font-size: 4em;
        line-height: 1em;

    }

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

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

}