body {  
    background-color: #f2f6f9;  
    font-family: 'Open Sans', sans-serif;  
    color: #333333;  
}  

h1 {  
    color: #006b72;  
    text-align: center;  
}  

a {  
    color: #005f99;  
    text-decoration: none;  
}  

a:hover {  
    text-decoration: underline;  
}  

button {  
    background-color: #006b72;  
    color: white;  
    border: none;  
    padding: 10px 20px;  
    border-radius: 5px;  
    cursor: pointer;  
}  

button:hover {  
    background-color: #004d54;  
}  

.container {  
    max-width: 800px;  
    margin: 0 auto;  
    padding: 20px;  
}  

.froge {  
    background-image: url('/assets/froge.svg');  
    background-size: cover;  
    width: 100px;  
    height: 100px;  
    margin: 0 auto;  
}  