h1{
    font-family: 'Lemonada', cursive;
    font-size: 50px;
    color:DarkRed;
}

p{
    font-family: 'Stardos Stencil', cursive;
    font-size:30px;
}

body{
    background-color:Orange;
}

#rat{
   position:absolute; 
    right: 350px;
    top: 100px;
    width: 400px;
}