body {
    background-position: center;
    background-color: #959479;
    background-attachment: fixed;
    background-image: url("./mallrooftop.png");
    background-size: cover;
    color: #fff;
    font-family: 'courier new', monospace, 'courier';
    font-size: 18px;
    font-variant-caps: petite-caps;
}

.everything{
    display: grid;
    grid-template-columns: auto 153px;
    width: max-content;
    
    z-index: 100;
}
.urooo{
    display: block;
    position: absolute;
    z-index: 102;
    top:-50px;
    left:-20px;
    width: 68px;
    height: 96px;
    background-image: url("Sprite-0001.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.area {
    display: grid;
    position: relative;
    grid-template-columns: 88px 1fr 1fr;
    width: 800px;
    background-color: #fff;
    color: #959479;
    padding: 10px;
    margin: 30px 0 30px 100px;
    column-gap: 10px;
    border:32px solid #fffcf2;
    border-image: url("./ykhoy.png") 32 32 repeat;
}