@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body{
  height: 100%;
  background-image: url(../img/leaf.jpg);
  background-attachment: fixed;
}
.title{
  font-family: "oswald",sans-serif;
  font-size: 23px;
}