.theme-kanagawa {
    --base: #1F1F28;
    --mantle: #16161D;
    --crust: #16161D;
    
    --surface0: #223249;
    --surface1: #223249;
    --surface2: #54546D;

    --text: #DCD7BA;
    --subtext0: #727169;
    --subtext1: #54546D;
    
    --rosewater: #D27E99;
    --flamingo: #D27E99;
    --pink: #D27E99;
    --mauve: #957FB8;
    --red: #C34043;
    --maroon: #C34043;
    --peach: #FFA066;
    --yellow: #C0A36E;
    --green: #76946A;
    --teal: #6A9589;
    --sky: #7E9CD8;
    --sapphire: #7E9CD8;
    --blue: #7E9CD8;
    --lavender: #957FB8;
}

body {
    font-family: monospace;
    text-align: center;
    background-color: var(--base);
    color: var(--text);
}

h1 {
    font-size: 300%;
}

.arrow-icon {
    color: var(--text);
}

a {
    text-decoration: none;
    color: inherit;
    color: var(--teal);
}

#IntroductionHeading {
    color: var(--pink);
}

p {
    font-size: 150%;
    margin-left: 5em;
    margin-right: 5em;
    text-align: justify;
    color: var(--text);
}

hr {
    color: var(--lavender);
}

.btn-88x31 {
    margin-left: 5em;
    margin-right: 5em;
}

#visit-ctp {
    text-align: center;
    font-size: 120%;
    color: var(--flamingo);
}