@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
*{
  font-family: Merriweather, Verdana;
  color: #3187be;
}
img {
  width: 100%;
  height: auto;
}
