<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #D9C8B4; /*dark beige color*/ 
}

h1 {
    text-align: center;
    color:#DBC079; /*light beige color*/ 
    font-family: Didot;
    background-color: white;
    font-size: 70px;
    border: dotted #DBC079;
    }

.anna {
    font-style: italic;
    font-family: georgia, times, serif;
    border: dotted #D9AB9A 8px;
    background-color: #F2D5C4; /*light pink color*/ 
  
    padding: 30px;
    margin: 30px;
    text-align: center
    
   
}

#me { color: #C27E7D} /* pastvogue section before the end of the section of colors and typography of the early years*/

p{ font-size: 25px;
   font-family: didot;}

.dog{ text-align: center;} /*find this in the pastvogue page in the first sequence of images*/ 

.new { text-align: center;} /* find this in the pastvogue page in the third sequence of iamges*/ 

.colors { text-align: center; } /* find this in the pastvogue page in the second sequence of images*/ 

.present { text-align: center;} /* find this in the presentvogue in the firt sequnce of images*/ 

h2 {
    color: #A78540 ; /* goldish color*/ 
    font-family: Didot;
    font-size: 60px;
    margin: 60px;
    margin-left: 150px;
    margin-right: 150px; 
    text-align: center;
    background-color: white;
    background-image: url(black.jpg); /* white and beige flower*/ 
}

.wintour {
    text-align: center; } /*image of anna wintour on the index page*/ 
}

.end {
    font-style: italic;
    border: double white 8px;
    text-align: center;
    padding: 30px;
    margin: 30px;
    margin-right: 200px;
    float: right;
}

#layout {
   border: thin double #F2D5C4; 
   width: 500px;
  
   Padding-bottom: 20px; 
   Padding-right: 20px; 
   Padding-left:  20px; 
   Margin-left: 20px; 
   Text-align: centre;
   float: left;  
   

}
   
  

  </pre></body></html>