body {  
    background-color: #f0f0f0;  
    font-family: 'Arial', sans-serif;  
    margin: 0;
    padding: 0;
}  

h1 {  
    color: #3a3d98;  
    text-align: center;  
}  

a {  
    color: #0066cc;  
    text-decoration: none;  
}  

a:hover {  
    text-decoration: underline;  
}  

.froge {  
    background-image: url('/resources/frogs/froge.svg');  
    background-size: cover;  
    height: 100px;  
    width: 100px;  
}  

footer {  
    background-color: #292929;  
    color: #ffffff;  
    text-align: center;  
    padding: 10px 0;  
    position: fixed;  
    bottom: 0;  
    width: 100%;  
}  

/* Froge is love, froge is life! Check out more styles at /resources/vegetables/styles/home.css */  