body {
    text-align: center;
    font-family: sans-serif;
    background-color: #bbf7d0;
    font-weight: bold;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.font-moul-white {
    font-family: Moul;
    color: white
}

.font-moul-white-big {
    font-family: Moul;
    color: white;
    font-size: 28px
}

@media screen and (min-width: 366px) {
    .font-moul-white-big {
        font-size: 36px
    }
}

@media screen and (min-width: 768px) {
    .font-moul-white-big {
        font-size: 48px
    }
}


.inline-button {
    background-color: white;
    border-radius: 128px;
    width: 3rem;
    aspect-ratio: 1 / 1;
    padding: 8px;
    border: 1px solid white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.inline-button:hover {
    background-color: #ededed;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.inline-button i {
    font-size: 24px
}

