img#monster_404{
    width:500px;
}

h3.title.page_404{
 font-family: "Mouse Memoirs", sans-serif;
 color: #ffffff;
 font-size: 40px;
 font-weight: 400;
 letter-spacing: .01px;
}

 
@media only screen and (max-width: 600px) {

img#monster_404{
    width:250px;
}

h3.title.page_404{
 font-family: "Mouse Memoirs", sans-serif;
 color: #ffffff;
 font-size: 20px;
 font-weight: 400;
 letter-spacing: .01px;
}


}