body{
  background-color:#FF99CC;
  font-family: 'Roboto', sans-serif;
}
@font-face {
    font-family: Roboto;
    src: url(https://www.google.com/fonts#UsePlace:use/Collection:Roboto);
}
footer{
  background-color:#FF99CC;
  position:fixed;
  bottom:0;
  width:97%;
  height:40px;
  
}
a{color:red;
font-family: 'Roboto', sans-serif;
  }
article{
  text-align:justify;
}
.img1{
  position:relative;
  left:600px;
  }