* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
* {
    font-family: "Raleway", sans-serif;
}
.nav {
    font-weight: 800;
}
.hero {
    background-image: url(https://preview.colorlib.com/theme/eatwell/images/bg_3.jpg.webp);
    height: 100vh;
}
.button {
    border: 1px solid black;
   width: 500px;
   height: 300px;
   /* olcusu deyismir */
}