a:link
{
    color: #feacd0;
    text-decoration: none;
}

a:visited
{
    color: #feacd0;
    text-decoration: none;
}

body
{
    background-color: black;
    color: white;
    font-family: monospace;
}

h1
{
    font-weight: normal;
}

h2
{
    font-weight: normal;
}

.topBanner
{
    display: grid;
    align-items: left;
    grid-template-columns: 500px 500px;
}

.pic
{
    margin-top: 70px;
}

.titleEtc
{
}
