body {
    background-color: #F5F5DC;
    color: #444;
    font-family: 'Fantasy', sans-serif;
}

h1, h2, h3 {
    color: #5A4FCF;
    text-shadow: 1px 1px #BADA55;
}

a {
    text-decoration: none;
    color: #8B008B;
    transition: color 0.3s ease;
}

a:hover {
    color: #FF69B4;
}

.fancy-button {
    background-color: #8A2BE2;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px 2px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.fancy-button:hover {
    background-color: #7A42F4;
}

.froges {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
}

.froges li {
    float: left;
    margin-right: 20px;
}