body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
    background: url('https://media.giphy.com/media/3o6Zt481isNVuQI1l6/giphy.gif') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    overflow-x: hidden;
}

.container {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    margin-top: 80px;
    background: rgba(30, 30, 60, 0.5);
    border-radius: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 30px 20px;
    box-shadow: 0 4px 24px #0008;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px #000;
}

.boxes {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.box {
    background: rgba(30, 30, 60, 0.8);
    border-radius: 18px;
    padding: 40px 50px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 24px #0008;
    transition: transform 0.2s, background 0.2s;
    margin: 10px 0;
}
.box:hover {
    background: #5e81ac;
    transform: scale(1.08);
}

.anime-img {
    width: 180px;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 24px #000a;
    border: 4px solid #fff3;
}
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px #000;
}

.boxes {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.box {
    background: rgba(30, 30, 60, 0.8);
    border-radius: 18px;
    padding: 40px 50px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 24px #0008;
    transition: transform 0.2s, background 0.2s;
}
.box:hover {
    background: #5e81ac;
    transform: scale(1.08);
}

.anime-img {
    width: 180px;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 24px #000a;
    border: 4px solid #fff3;
}