body {
  background-image: url('https://static.vecteezy.com/system/resources/thumbnails/002/162/351/original/red-blood-drops-on-black-background-free-video.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  h1 {
     color:white;
      text-align: center;
    }
    
  h2 {
    color:white;
      text-align: center;
    }
  
  h3 {
     color:white;
    text-align: center;
    }
    
 .eu {
      color:white;
      width: 50%; /* Largura definida */
      margin-left: auto;
      margin-right: auto;
       text-align: center;
       text-overflow: ellipsis; 
    }
  

.autor {
  color:white;
  display: flex;
  align-items: center; 
  transition: 0.5s ease;
}

.autor img:hover {
   transform: scale(1.025)
  }

.autor img {
  width: 65px;
  height: 75px;
  border-radius: 5%;
  margin: 25px;
  float: left;
  }

  
  img {
  width: 90px;
  height: 110px;
  border-radius: 5%;
  margin: 20px;
  }
  
  
.paciente {
  display: flex;
}

.paciente img:hover {
  transform: scale(1.025)
}

.paciente img:hover {
 border: solid #BD1111;
 border-width: 8px;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 transition: 0.3s ease;
}  

.paciente p {
  color: white;
  padding: 15px;
  border-radius: 10px;
  background-color: #C60C0C;
  background-image: url('https://png.pngtree.com/background/20210716/original/pngtree-bloody-background-abstract-horror-blood-background-picture-image_1351652.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  width: 1040px;
  height:105px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.paciente p:hover {
  transform: scale(1.025) 
}


.musas p:hover {
  transform: scale(1.025) 
}

.musas p {
  background-image: url('https://png.pngtree.com/background/20210716/original/pngtree-bloody-background-abstract-horror-blood-background-picture-image_1351652.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 1040px;
  height:105px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.musas {
  display: flex;
}

.musas img:hover {
  transform: scale(1.025)
}

.musas img:hover {
  border: solid #BD1111;
  border-width: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}


.jantar p:hover {
  transform: scale(1.025) 
}

.jantar p {
  background-color: #7A0707;
  color: white;
  padding: 15px;
  border-radius: 10px;
  background-size:100px;
  width: 500px;
  height:85px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.jantar {
  display: flex;
}

.jantar img:hover {
  transform: scale(1.025)
}

.jantar img:hover {
  border: solid #7A0707;
  border-width: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}


.conte p:hover {
  transform: scale(1.025) 
}

.conte p {
  background-color: #213C75;
  color: white;
  padding: 15px;
  border-radius: 10px;
  background-size:100px;
  width: 500px;
  height:90px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.conte {
  display: flex;
}

.conte img:hover {
  transform: scale(1.025)
}

.conte img:hover {
  border: solid #213C75;
  border-width: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}


.flores p:hover {
  transform: scale(1.025) 
}

.flores p {
  background-color: #86B7D1;
  color: white;
  padding: 15px;
  border-radius: 10px;
  background-size:100px;
  width: 500px;
  height:110px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flores {
  display: flex;
}

.flores img:hover {
  transform: scale(1.025)
}

.flores img:hover {
  border: solid #86B7D1;
  border-width: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}



.animal p:hover {
  transform: scale(1.025) 
}

.animal p {
  background-color: #0F400F;
  color: white;
  padding: 15px;
  border-radius: 10px;
  background-size:100px;
  width: 500px;
  height:100px;
  transition: 0.3s ease;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.animal {
  display: flex;
}

.animal img:hover {
  transform: scale(1.025)
}

.animal img:hover {
  border: solid #0F400F;
  border-width: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}



