someelement{content: "no leading character means element type";}
.someclass{content: ". is for class";}
#someid{content: "# is for id";}

body {
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #1C2C40;
    z-index: 0;
    overflow-y: scroll;
}

a:link {
    color: #ffffd0;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: #ffffd0;
    background-color: transparent;
    text-decoration: underline;
}

.top {
    position: relative;
}

.topImage {
    width: 100%;
}

.topMenu {
    position: absolute;
    bottom: 4%;
    right: 1%;
    text-align: right;
    color: #ffffd0;
    font-size: 3vw;
}

.mainSection {
    font-size: 2vw;
    text-align: left;
    padding-left: 6%;
    padding-right: 6%;
}

.list {
    margin-top: 0;
    margin-left: 1.5em;
}

.listElement {
    padding-left: 0.5em;
}

.p {
    padding-left: 0em;
}

.pIndented {
    padding-left: 1.5em;
}
