html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Fuzzy Bubbles', cursive;
    color: #7F7F7F;
}

body {
    padding: 40px 0;
}

main {
    margin: 0 auto;
    max-width: 1000px;
}

header {
    border: 1px solid black;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

header img {
    display: block;
}

header .fonch-img {
    max-width: 200px;
}

.logo {
    max-width: 700px
}

h1 {
    font-size: 130px;
    line-height: 1;
    margin: 0;
    padding: 30px 0;
    font-weight: normal;
}

h1 span {
    background-image: url(../images/premium-underline.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

section {
    padding: 30px 0 100px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fonch-item {
    font-size: 30px;
    text-align: center;
}

.fonch-item img {
    width: 150px;
    height: 336px;
    border: 1px solid black;
    padding: 20px 40px;
}