/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.google.com/specimen/Lato?selection.family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin: 0;
  color: black;

}

h1, h2 {
  font-family: "Merriweather", serif;
  padding: 5px 25px;
  font-size: 32px;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: black;
}
.oyim{
  color:blue;

}