@import url(/css/common/animations.css); /* lmao */

.image-container {
    width: 200px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #ccc;
    background-color: #fff;
}

#mason {
    width: 100px;
    height: 140px;
}

#fear {
    text-align: center;
}

.rage {
    display: inline-block;
    color: crimson;
    animation: shake .25s linear infinite
}

#mason {
    animation: quiver .1s linear infinite;
} 