body{
    background: #FB6A2F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content{
    width: 500px;
    max-width: calc(100% - 40px);
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}
.top{
    width: 100%;
    height: auto;
}

.gnome-wrapper {
    background-color: #FB6A2F;
    display: inline-block;
    width: 70%;
    margin-bottom: 30px;
}

.gnome{
    width: 70%;
    margin-bottom: 30px;
    height: auto;
    display: block;
    mix-blend-mode: darken;
}

.text{
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
p{
    text-align: center;
    margin: 8px 0;
}