
        body {
            background-color: rgb(0, 0, 0);
            margin: 10px;
            color: black;
            font-family: Arial, Helvetica, sans-serif;
        }
        nav {
            color: rgb(177, 222, 212);
            font-size: 25px;
        }
        nav a:hover {
            color: red;
        }
        div {
            color:rgb(177, 222, 212);
        }
        header {
            color: rgb(177, 222, 212)
        }
        main {
            color: rgb(177, 222, 212);
        }
        footer {
            color: rgb(179, 124, 14);
        }

        #container {
            display: flex;
            border: 5px rgb(12, 122, 96) solid;
            padding: 5px;
            justify-content: space-around;
        }
        #container > div{
            padding: 10px;
            border: 1px rgb(12, 122, 96) solid;
        }
    
        h1 {
            color: rgb(12, 122, 96);
            text-align: center;
        }
        h2 {
            color:rgb(177, 222, 212);
        }
        h3 {
            color:rgb(177, 222, 212);
        }
        p {
            font-size: 20px;
            color:rgb(177, 222, 212);
            line-height: 1.5;
        }

        ul {
            color: rgb(177, 222, 212);
        }
        ol {
            color: rgb(12, 122, 96);
        }



        th {
            width: 30%;
            max-height: 10%;
        }

        select {
            color:rgb(12, 122, 96);
            background-color: black;
        }

        input {
            color: rgb(177, 222, 212);
            font-size: 25px;
            text-align: center;
            background-color: black;
            border:1px solid rgb(177, 222, 212);
        }
        form {
            color: rgb(177, 222, 212);
            font-size: 25px;
            text-align: center;
            border:rgb(177, 222, 212);
        }

        fieldset {
            border:solid rgb(0, 0, 0);
            box-decoration-break: inherit;
        }