@font-face {
    font-family: "JMH";
    src: url(https://phantasmablahh.neocities.org/Font/jmh-cthulhumbus-arcade.cthulhumbusarcade-regular.otf);
}

body {
    background-color: black;
    font-size: 18px;
    margin-left: 0;
    height: auto;
    width: 100%;
}

.intro {
    width: 820px;
    height: auto;
    margin: auto;
    position: relative;
    color: black;
    font-family: 'Courier New', courier, monospace;
    font-size: 25px;
    padding: 20px 20px 20px;
    background-color: greenyellow;
}

.curtis {
    background-color: darkseagreen;
    color: whitesmoke;
    width: 400px;
    height: 600px;
    overflow-x: hidden;
    display: inline-block;
    position: absolute;
    border: 4px groove purple;
    
    margin-left: 1000px;
    margin-top: 20px;
}

.curtis p {
    padding-left: 20px;
}

.erik {
    background-color: darkseagreen;
    color: whitesmoke;
    width: 400px;
    height: 600px;
    overflow: auto;
    text-align: right;
    display: inline-block;
    position: absolute;
    border: 4px groove purple;
    
    margin-left: 400px;
}

.erik p {
    padding-right: 20px;
}

h1 {
    color: greenyellow;
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}

h4 {
    color: hotpink;
    text-align: center;
}
