@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');



.header img1 {
  float: left;
  width: 100px;
  height: 100px;
  background: #555;
}

.header h1 {
font-size: 3em;  
}

.header h1 {
  position: relative;
  top: 18px;
  left: 10px;
}

.paragraph p1 {
 font-size: 4em; 
}

body {
  background-color: #F69F04;
  color: black;
  font-family: 'EB Garamond', serif;
}