img {
   width: 100%; 
}

h1 {
    color:purple;
}
body {
   background-color: blue; 
}

#mario {
   width: 25%;   
}
#mc {
    width: 50%;
}