h1
{
    text-align: center;
}

body
{
    background-color: rgb(40, 99, 151);
}

h1 
{
  color: rgb(255, 255, 255);
  font-size: 250%;
}

h2
{ color: rgb(255, 255, 255);
  font-size: 200%;

}

h4 
{
    color: rgb(108, 157, 149);
    text-align: center;
    font-size: 150%;
}

li
{
 color: rgb(108, 157, 149);
 font-size: 150%;
}


img 
{
  width: 25%;  
  padding-left: 480px;
}

.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;
  padding-left: 0;

}

h5
{
font-size: 500%;

}

a
{
  color: black;
}

a:hover
{
 background-color: blue;
}

a:visited
{
  color: aliceblue;
}