*{
  margin: 0px;
  padding: 0px;
}

body{
    background-image: url(https://neocities.org/site_thumbnails/71/34/necroanthesis/Imagenes/Flores%20de%20Cempas%C3%BAchil%20%F0%9F%A7%A1.jpg.210x158.webp);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align:center;
    width:100%
}

#reseption{
    width: 1100px;
    margin: 0px auto;
    border: 1px solid rgb(13, 41, 14);
  }
  
  header{
    background: orange;
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 100px;
  }

  #resep{
    width:80% center;
    text-align: center;
    background: ivory
  
  }
