body 
{
  background-color: #ffcad4;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p 
{
  color: rgb(40, 40, 40);
}
header 
{
  background-color: #ffcad4;
  font-family: 'Courier New', Courier, monospace;
}
a 
{
  font-family: 'Courier New', Courier, monospace;
  color: #5a189a
}
li
{
  list-style-type: none;
}
ul 
{
  list-style-type: none; 
  margin: 0;
  padding: 0;
  display: flex;         
  gap: 20px;             
}
main 
{
h1
{
  font-size: 25px;   
  font-weight: bold;   
  margin-top: 30px;    
  margin-bottom: 15px; 
  color: #5a189a;         
  font-family: 'Times New Roman', Times, serif; 
  text-transform: lowercase; 
}

h2 
{
  font-size: 25px;   
  font-weight: bold;   
  margin-top: 30px;    
  margin-bottom: 15px; 
  color: #5a189a;         
  font-family: 'Times New Roman', Times, serif; 
  text-transform: lowercase; 
}

h3 
{
  font-size: 25px;   
  font-weight: bold;   
  margin-top: 30px;    
  margin-bottom: 15px; 
  color: #5a189a;         
  font-family: 'Times New Roman', Times, serif; 
  text-transform: lowercase; 
}

  background-color: #faf0ca
  ;
  font-family: 'Courier New', Courier, monospace;
}
a:hover {

  color: #f72585;

}