            body {
                background-color: whitesmoke;
                z-index: -1;
                line-height: 1.4;
            }
            
            .img_deg {
                float: right;
                align-items: center;
                object-fit: cover;
            }
            
            #back {
                background-color: #252121;
                float: left;
                width: 25%;
                box-shadow: 5px 10px 10px;
            }
            
            #division1 {
                background-color: rgb(196, 187, 245);
                padding: 10px 10px;
                top: 5%;
            }
            
            #rest {
                float: right;
                width: 73%;
            }
            
            div {
                background-color: rgb(194, 97, 113);
                font-size: larger;
                text-align: start;
                display: block;
            }
            
            .position {
                position: absolute;
                width: 90%;
                left: 5%;
                background-color: rgb(194, 97, 113);
                align-items: center;
            }
            
            div {
                background-color: aliceblue;
            }
            
            .backpos {
                top: 50%;
                position: var(#division1);
            }
            
            .heading {
                background-color: rgb(95, 129, 129);
                padding: 10px;
                color: black;
                text-align: left;
                margin-right: -15px;
                height: 15px;
            }
            
            .heading::after {
                content: '';
                position: absolute;
                width: 21px;
                height: 18x;
                background-color: blueviolet;
            }