
#news {
    width: 700px;
    .top {
        height: 252px;
    }
    .middle {
        display: grid;
        grid-template-columns: 145px auto 55px;


        .left {
            width: 145px;
            background: url('./images/deathtv_06.gif') repeat-y;
        }
        .center {
            background-color: #bbbbFF; 
            .message {
                color: #333366;
                font-size: 1.1rem;
                display: flex;
                flex-direction: row;
                padding: 2rem 0 1rem;
            }
            .army {
                margin: 1rem 0 1rem 1rem; 
                float: right;
            }
            .pointer {
                color: #333366;
                padding-left: 7rem;
            }
        }
        .right {
            width: 55px;
            background: url('./images/deathtv_04.gif') repeat-y;
        }
    }
}

#ordering {
    width: 530px;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: 269px auto;
    grid-column-gap: 2rem;
    padding-left: 115px;

    .left {
        color: #E7F6FF;
    }
    .right {
        color: #CCFFFF;
    }
}

.painted-cd {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

