body.dark {
        background-color: #1e1e2e;

        header {
                background-color: #11111b;
                color: #cdd6f4;
        }.bodyMain {
                color: #cdd6f4;
        }

        a {
                color: #c6a0f6;
        }

        .projectContainer a {
                background: #b4befe;
                background: linear-gradient(-45deg,rgba(180, 190, 254, 1) 0%, rgba(148, 226, 213, 1) 100%);
                color: #4c4f69;
        }

        .projectContainer a:hover {
                background: #94e2d5;
                background: linear-gradient(-45deg,rgba(140, 155, 250, 1) 25%, rgba(148, 226, 213, 1) 100%);
        }

        .projectContainer.sideProject a {
                background: #f5c2e7;
                background: linear-gradient(-45deg,rgba(245, 194, 231, 1) 0%, rgba(245, 224, 220, 1) 100%);
                color: #4c4f69;
        }

        .projectContainer.sideProject a:hover {
                background: #f5e0dc;
                background: linear-gradient(-45deg,rgba(245, 152, 218, 1) 30%, rgba(245, 224, 220, 1) 100%);
        }
}
