@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Playfair+Display:ital,wght@1,400..900&display=swap');

  body{
  background-image: url(https://img.freepik.com/fotos-premium/foto-de-gotas-e-salpicos-de-tinta-vermelha-como-sangue-em-um-fundo-branco_742418-11936.jpg?semt=ais_hybrid&w=740&q=80);
  background-repeat:no-repeat;
  background-position:right top;
  background-origin:border-box;
  }

  nav{
  background-color: darkred;
  padding: 10px 0;
  color:white;
  vertical-align: baseline;
  position:relative;
  word-spacing: 10px;
  }

.contato{
  word-spacing:0.5px;
  }

 a{
  text-decoration: none;
  color: white
  }
  
  a:hover {
  color: red; 
  }
  
  h1{
  color: darkred;
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 10px #B2B2B2;
  }
  
  P{
  font-family: "Handlee", cursive;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
  }
  
  p.js{
    padding-top:0;
    }
    
    p.sc{
    padding-top:0;
    }
    
    p.dp{
    padding-top:0;
    }
    
    p.ff{
    padding-top:0;
    }
  
  img{
  width: 130px;
  height: 160px;
  border-radius:10px;
  border: solid #800000;
  margin:15px;
  }
  
  .raphael{
    display: flex;
    }
    
  h3{
    color:#A52A2A;    
     background-position: top;
  }
  
  .js{
    display:flex;
    padding-top:0;
    
    }
    
  .js:hover{
    background:red;
    transition: 0.3s ease;
    border-radius:10px;
    transform: scale(1.05) translate(-2%, -2%);
   }
    
  
    .sc{
     display:flex;
     padding-top:0;
    }
    
    .sc:hover{
    background:#9E32DC;
    transition: 0.3s ease;
    border-radius:10px;
    transform: scale(1.05) translate(-2%, -2%);
   }
    
    .dp{
    display:flex;
    padding-top:0;
    }
    
    .dp:hover{
    background:#DB34B9;
    transition: 0.3s ease;
    border-radius:10px;
    transform: scale(1.05) translate(-2%, -2%);
   }
    
    .ff{
    display:flex;
    padding-top:0;
    }

    .ff:hover{
    background:pink;
    transition: 0.3s ease;
    border-radius:10px;
    transform: scale(1.05) translate(-2%, -2%);
   }

  
 ul {
  display: flex;
  position: absolute;
  top: 330%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul li {
  list-style: none;
}

ul li a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul li a:hover:before {
  top: 0;
}

ul li:nth-child(1) a:before{
  background: #3b5999;
}

ul li:nth-child(2) a:before{
  background: #55acee;
}

ul li:nth-child(3) a:before {
 background: linear-gradient(to right, #405de6, #5851db, #833ab4, #fd1d1d, #ffc000);
}

 footer{
  left:50%;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
   }