 body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            margin: 0px;
            padding: 0px;
        }

        .header {
            background-color: black;
            padding: 20px;
        }

        p {
            margin-top: 0;
            margin-bottom: 0;
            color : white;
        }
        
        ul,li {
            color : white;
        }
        #logo {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 2em;
        }

        main {
            background-color: #202020;
            min-height: 500px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .splotch {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }

        .decomission-text {
            z-index: 2;
            color: white;
        }

        a {
            color: white;
            text-decoration: none;
        }

        Footer {
            background: black;
            font-size: 10px;
            color: white;
            padding : 20px;
        }

        .footer {
            display : flex;
            justify-content: space-between;
        }