
 body {
  background-image: url('jaodiabetico.jpg');
  background-size: cover;
  background-repeat: repeat-y;
}


h1 {
  background-color: #ffffffff
  color #0de6d4ff
}

 h1 {
   font-style: italic;
   font-style: oblique;
 }

  p {
   font-style: italic;
 }

  h2 {
   font-style: italic;
   font-style: oblique;
 }

 ul {
  font-style:oblique;
  font-style: italic;
 }


 img {
  border-image: 2rem;
 }

  header {
    padding: 2rem;
    border: 10px #ffffff;
    text-align: center;
 }