@charset "utf 8";

@import url('https://fonts.googleapis.com/css?family=Roboto');

 *{
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: : normal;
    font-variant: normal;
    text-align: center;
}
header {
    color: black;
}

section img {
    
    border-radius: 0; 
}
Body { 
    
   background-image: url(http://t.wallpaperweb.org/wallpaper/computer/2560x1600/Mood.jpg);
  }

   
} 
  
main {
    background-color: aliceblue;


}
 


footer{
   
}