body {
    font-family: 'Poppins', sans-serif;
    background-color: #F6F6F6;
    color: #333333;
    text-align: center;
    padding: 20px;
}

header {
    margin-bottom: 30px;
}

h1, h2 {
    color: #355D5B;
}

button {
    padding: 10px 20px;
    background-color: #A8E6CF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #355D5B;
    color: white;
}

footer i {
    margin: 0 10px;
    color: #355D5B;
    transition: color 0.3s;
}

footer i:hover {
    color: #A8E6CF;
}
