body
{
    background-color: rgba(3, 67, 157, 0.831);
    text-align: center;
    color: rgb(247, 8, 8);
}
ul
{
    padding-right: 3%;
}
img.Spiderman
{
    width: 50%;
}
a :hover
{
    background-color: rgb(213, 17, 17);
    cursor: crosshair;
}
a :visited
{
    color: black;
}
a
{
color: rgb(12, 4, 72);
}
ul
{
 color: rgb(1, 2, 29);
 margin-right: 37%;
 margin-left: 37%;
}
.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.icone
{
    width: 50px;
    cursor: pointer;
    
}
img.Spid
{
    width: 50%;
}
p.S
{
 margin-left: 10%;
 margin-right: 10%;
 padding-left: 5%;
 padding-right: 5%;
 font-family:georgia, serif;
 font-size: 110%;
color: black;
}
img.Spi
{
    width:  30%;
}
div.S
{
background-image: url(https://www.gifsanimes.com/data/media/1555/spider-man-image-animee-0008.gif);
background-size:auto;
background-position-x:  75%;
background-repeat: no-repeat;
}
img.Spider
{
    animation:anime1 3s;
}
@keyframes anime1
{
   0% {
     transform: scale(0.5);
      transform: scale(0.5);
     }
 100% {
      transform: scale(1);
      transform: scale(1);
      }
}
div.P
{
    background-image: url(https://www.gifsanimes.com/data/media/1555/spider-man-image-animee-0009.gif);
    background-repeat: no-repeat;
    background-position:8%;
    background-size:8%;

}