p {
  color: red;
  font-family: "Arial", "Helvetica", sans-serif;
}

#huge {
  font-size: 100px;
}

h1 {
  color: green;
}

@font-face {
  font-family: DoulosSILW;
  src: url(file:///Users/zolaball/Desktop/my%20project/fonts/DoulosSIL-Regular.woff2);
}

.ipa {
  font-family: DoulosSILW, sans-serif;
}

h1 {
  font-weight: normal;	
}

#murder {
  color: darkred;
  font-family: "Courier New", monospace;
  font-size: 150px;
}

#bun {
  color: palevioletred;
  font-family: Times New Roman, serif;
  font-size: 130px;
}

#ara {
  color: darkolivegreen;
  font-family: Arial, sans-serif;
  font-size: 30px;
}