/* Ethereal Theme Stylesheet */  
body {  
    background-color: #e0f7fa;  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  
    color: #004d40;  
    margin: 0;  
    padding: 0;  
    line-height: 1.6;  
}  

h1, h2, h3, h4, h5, h6 {  
    color: #00796b;  
    margin: 0 0 20px 0;  
    font-weight: 400;  
}  

a {  
    color: #00897b;  
    text-decoration: none;  
    transition: color 0.3s ease;  
}  

a:hover {  
    color: #004d40;  
}  

button, input[type="submit"] {  
    background-color: #26a69a;  
    color: #ffffff;  
    padding: 10px 20px;  
    border: none;  
    border-radius: 4px;  
    cursor: pointer;  
    box-shadow: 0 0 10px rgba(0,0,0,0.1);  
}  

button:hover, input[type="submit"]:hover {  
    background-color: #00796b;  
}  

container {  
    max-width: 1200px;  
    margin: 20px auto;  
    padding: 0 10px;  
}  

footer {  
    background-color: #004d40;  
    color: #ffffff;  
    text-align: center;  
    padding: 20px 0;  
    position: absolute;  
    bottom: 0;  
    width: 100%;  
}  

.froge-love {  
    display: block;  
    text-align: center;  
    font-size: 1.5em;  
    padding: 40px 0;  
}  

/* Froge design elements */  
.froge-link {  
    text-decoration: underline;  
    color: #004d40;  
}  

.froge-welcome {  
    font-size: 2em;  
    text-align: center;  
}  
