h1{
    font-size: 62px;
}
body {
    background-color: #fff6f6;
    max-width: 35em;
    margin: 0 auto;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 24px;
    padding: 1em;
}
a {
    color: #e6899a;
}

#face{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    background-color: #F92C2F;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
}