body {  
    background-color: #f0fff4;  
    font-family: 'Comic Sans MS', cursive, sans-serif;  
    padding: 20px;  
    margin: 0;  
}  

h1 {  
    color: #9F00C5;  
    text-align: center;  
}  

p {  
    color: #2F4F2F;  
    font-size: 18px;  
    line-height: 1.6;  
}  

a {  
    color: #1E90FF;  
    text-decoration: none;  
}  

a:hover {  
    text-decoration: underline;  
}  

.froge-button {  
    background-color: #4CAF50;  
    border: none;  
    color: white;  
    padding: 10px 24px;  
    text-align: center;  
    text-decoration: none;  
    display: inline-block;  
    font-size: 16px;  
    margin: 4px 2px;  
    cursor: pointer;  
    border-radius: 12px;  
}  

.froge-footer {  
    text-align: center;  
    padding: 10px;  
    background-color: #333;  
    color: white;  
    position: fixed;  
    left: 0;  
    bottom: 0;  
    width: 100%;  
}  
