﻿.container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#parchment {
    display: flex;
    width: 50%;
    min-height: 200px;
    padding: 4em;
    box-shadow: 0 0 60px orange inset;
    background: pink;
    filter: url(#wavy2) drop-shadow(30px 10px 4px #4444dd);
}
