

body {
    font-family: Georgia, serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-image: url('https://file.garden/Zje4ZW9-iWrofMUK/intreccio-floreale-600x600.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #2c3e50;
    text-align: center;
}

h2 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
    border-bottom: 2px solid #16a085;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.navigation {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background-color: rgba(52, 152, 219, 0.1);
    border-radius: 5px;
}

.navigation a {
    display: inline-block;
    margin: 0 15px;
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

.navigation a:hover {
    color: #1abc9c;
    text-decoration: underline;
}

.social-links {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background-color: rgba(57, 191, 160, 0.1);
    border-radius: 5px;
}

.social-links a {
    display: inline-block;
    margin: 0 10px;
    color: #236e6a;
    text-decoration: none;
    font-weight: bold;
}

.social-links a:hover {
    color: #16a085;
    text-decoration: underline;
}

.content {
    margin: 20px 0;
    line-height: 1.8;
}

.content p {
    margin-bottom: 15px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.project-item {
    background-color: rgba(236, 240, 241, 0.8);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #bdc3c7;
}

.project-item h4 {
    margin-top: 0;
    color: #2c3e50;
}

.project-item a {
    color: #39bfa0;
    text-decoration: none;
}

.project-item a:hover {
    text-decoration: underline;
}

.fanfiction-section {
    margin: 20px 0;
    padding: 15px;
    background-color: rgba(241, 196, 15, 0.1);
    border-radius: 8px;
}

.fanfiction-section button {
    background-color: #39bfa0;
    color: white;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

.fanfiction-section button:hover {
    background-color: #236e6a;
}

.story-item {
    margin: 15px 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 4px solid #39bfa0;
}

.story-item h4 {
    margin-top: 0;
    color: #2c3e50;
}

.story-meta {
    font-size: 0.9em;
    color: #7f8c8d;
    font-style: italic;
}

.footer {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #bdc3c7;
    color: #7f8c8d;
    font-size: 0.9em;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    color: #236e6a;
    text-decoration: underline;
}

.misc-links {
    text-align: center;
    margin: 20px 0;
}

.misc-links a {
    display: inline-block;
    margin: 10px 15px;
    padding: 10px 20px;
    background-color: #39bfa0;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.misc-links a:hover {
    background-color: #236e6a;
    text-decoration: none;
}

.cosplay-gallery {
    text-align: center;
    margin: 20px 0;
}

.cosplay-gallery p {
    font-size: 1.1em;
    color: #2c3e50;
}