/* Sakura-Themed CSS */
body {
    background-color: #FFFAF0;
    font-family: 'Sakura', 'Arial', sans-serif;
    color: #333;
}

h1, h2, h3 {
    color: #D70040;
    text-shadow: 2px 2px #FFA07A;
}

a {
    color: #8A2BE2;
    text-decoration: none;
}

a:hover {
    color: #FF69B4;
}

nav {
    background-color: #FF7F50;
    padding: 14px;
    margin-bottom: 15px;
    text-align: center;
}

footer {
    background-color: #FFD700;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

button {
    background-color: #FF1493;
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.froge {
    font-size: large;
    color: #32CD32;
}

@font-face {
    font-family: 'Sakura';
    src: url('/style/fonts/sakura.woff2') format('woff2');
}