        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-image: url('../img/Kasandra.jpeg');
            background-color: black;
            background-repeat: no-repeat;
            background-size: 450px 900px;
            color: white;
            text-align: right;
        }
        .container {
            padding: 50px;
        }
        h1 {
            font-size: 2.5rem;
            color: #ff4500;
        }
        .button {
            display: inline-block;
            padding: 15px 30px;
            font-size: 1.2rem;
            color: white;
            background-color: #ff4500;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
        }
        .button:hover {
            background-color: #cc3700;
        }
        footer {
            margin-top: 50px;
            font-size: 0.9rem;
            color: #aaa;
        }