/*some colors I like:
#B1DAC2 (background, light blue green)
#B29EBF (background, light lavender)
#1F3A5C (text, dark desaturated blue)
#552877 (text, dark purple)
#C4DAB1 (background, light yellowish green)
#013F49 (text, dark teal blue)
*/

body {
  color: #1F3A5C;
  background: #013F49 url(https://randomactsoflearning.neocities.org/PXL_20240511_014343389.jpg) no-repeat center;
  background-size: auto auto;
  font-family: garamond, arial, helvetica;
  width: 700px;
  margin: auto;
}
h1 {
  background-color: #B29EBF;
 
  
}
h2 {
  background-color: #B29EBF;

}
ul {
background-color: #B1DAC2;

}
table, th, td {
 border: 1px solid;
 background-color: #B1DAC2;
 
}
th {
 text-align: left; 
}
a {
  
 color:  #013F49;
 text-decoration: underline;
 background-color: #B1DAC2;
 
}
blockquote {
  font-style: italic;
}
p {
  background-color: #B1DAC2;
  
}

