.body { 
    margin: 0; 
    background-color: #ffd6df; /* Đã sửa khoảng cách */
    font-family: "Cormorant Garamond", serif;
}

.header { 
    background-color: #ffe9ee;
    padding: 20px; 
    border: 1px solid white;
    text-align: center;
}

.header h1 { 
    font-family: "Playfair Display", serif; 
    color: #d36b8a
}

.container { 
    width: 1200px; 
    background-color: #ffc6d3;
    
}

.left { 
    width: 300px; 
    height: 300px;  
    background-color: #f7b6c8; 
    font-size: 30px;
    text-align: left;
    
}

.center h2 { 
    font-family: "Playfair Display", serif; 
    color: #d36b8a; 
    font-size: 40px;
}

.box { 
    display: inline-block; 
    width: 150px; 
    margin-right: 20px; 
    text-align: center;
}

.anh { 
    width: 200px; 
    height: 200px; 
    border: 2px solid black; 
    display: block;}
.frame {
  width:300px;
  height:300px;
  text-align: right;}
  


.footer { 
    background-color: white; 
    padding: 20px;
    clearn không cho foote lên các phần tử float */
}
