        body {
            font-family: 'Courier New', Courier, monospace;
            background-color: rgb(59, 59, 59);
            margin: 0;
            padding: 0;
        }
        #titre {
            text-align: center;
            color: white;
            position: relative;
            top: 15em;
        }
        #message {
            text-align: center;
            color: #bbb;
            margin-top: 1em;
        }
        a {
            color: #ffa500;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
