body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: url(Files.png);
    background-size: cover;
}
.header {
    height: 200px;
    width: 200px;
    margin: auto;
    text-align: center;
    background-color: #ff7eb9;
}

.container {
    margin: auto;
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-template-rows: 200px 200px 200px;
    justify-content: center;
}

.item {
    text-align: center;
    border: 1px dashed;
}

.item1 {
    background-color: #DCA070;
}

.item2 {
    background-color: #EECAAA;
}

.item3 {
    background-color: #F7DDC2;
}

.item4 {
    background-color: #EECAAA;
}

.item5 {
    background-color: #DCA070;
}

.item6 {
    background-color: #D49F73;
}

.item7 {
    background-color: #EECAAA;
}

.item8 {
    background-color: #D49F73;
}

.item9 {
    background-color: #F7DDC2;
}

.art {
    margin: auto;
}
