.funnybox {
    display: flex;
    flex-direction: column;

    justify-content: center;

    color: white;
    
    align-items: center;

    background-image: url(..graphics/s.gif);

    background-size: 200px;

    border: 1px solid #fd6e8d;
    border-radius: 10px;
    
    padding: 20% 10px 20% 0px;

    overflow: hidden;
}