body {
    background: url('/assets/background.webp') no-repeat center center fixed;
    background-size: cover;
    font-family: sans-serif;
    color: white;
    text-align: center;
    padding-top: 100px;
}

.login-box {
    background: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
}

.top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.login-link {
    color: white;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

.logout-button {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.logout-button:hover {
    background-color: #c9302c;
}
