/* style.css */
@import url('https://fonts.googleapis.com/css?family=Raleway:200');

body {
  background-color: "floralwhite";
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  font-family:"Optima";
  
  padding: 10px;
  
  font-size:18px;
}
