body{
  background-color: skyblue;
  font-family: Comic Sans MS;
}

header{
  background-color: gold;
}

article{
  display: inline-block;
  padding-right: 90px;
}

.riri{
  float: left;

}

img{
  border-radius: 50px;
  border-style: groove;
  width:auto;
  height:290px;

}

footer{
  align-items: center;
  background-color: white;
}

.momo{
  text-align: right;
  padding-top: 10px;
}

a{
  text-decoration: none;
  color: inherit;
}
