header{
  background-image: url(ki.jpg);
}
body{
  background-image:url(ki.jpg);
    background-size:cover;
    background-repeat: repeat-y;  
  }
  p{
    font-size: 60px;
  }
  button{
  
    width: 20%;
    background-color: rgba(82, 57, 51, 0.425);
    border-color: black;
    overflow:visible;
  }
  .i{
    color: black;
    font-size: 30px;
    width: 20%;
    background-color: rgba(82, 57, 51, 0.425); 
  }
  a{
    color:black;
  }
  .rire{
    font-size: 20px;
  }
