html {
    background-color: #000000;
}

h1 {
    all: unset;
    color:#FFCC00;
    font-family: "Verdana","Arial","Helvetica", "sans-serif";  
    font-size: 1rem;
    font-weight: bold;
    height: 49px;
    position: relative;
    line-height: 39px;
    vertical-align: baseline;
    width: 150px;
}

body {
    margin-top: 22px;
}

#parent-images {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: left; /* inlines the top divs */
    padding-top: 1px;
}

#parent-images > div {
    padding: 15px 15px 65px 12px;
}

#parent-images > div:nth-child(2) { /* instead of using spacers within a table, this is needed to line up the images */
    padding-bottom: 71px;
}

#parent-info {
    padding-left: 197px; /* This can be done better */
    padding-right: 12px;
    margin-top: -1px;
}

.parent-text {
    color: white;
    font-family: "Verdana","Arial","Helvetica", "sans-serif";
    font-size: 11px;
}

#parent-info > p {
    margin-top: 1px;
}