* {
    box-sizing: border-box;
}

body {
    background-image: url(../Unsaved9.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-size: contain;
    background-color: #ffffcc;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px;
}

#layout {
    max-width: 800px;
    margin: 0 auto;
}

/*Body*/
body p {
    color: blue;
    font-size: large;
    margin: 0;
}

.radius {
    border: 16px solid #72bd03;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-radius: 7px;
}

.image {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    position: relative;
    isolation: isolate;
}

.image::after {
    content: '';
    background-image: url(../paper-3-TEX.png);
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.92;
}

body img {
    width: 748px;
    margin-top: 18px;
    margin-bottom: 18px;
}

body button {
    justify-content: center;
}