body {
    margin: 0;
}
.base {
    display: flex;
    background-color: #174f61;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
    justify-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.meta {
    background-color: #174f61;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

/* unvisited link */
a:link {
    color: rgba(255, 255, 255, 0.7);
}

/* visited link */
a:visited {
    color: rgba(255, 255, 255, 0.5);
}

/* mouse over link */
a:hover {
    color: rgba(255, 255, 255, 1);
}

/* selected link */
a:active {
    color: rgba(255, 255, 255, 1);
}

.nunito-bold {
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.icon {
    margin: 0;
    left: 0;
    width: 45%;
    min-width: 192px;
    max-width: 500px;
    transform: translate(0);
}

h2 {
    margin-bottom: 0;
    text-align: left;
    margin-left: 0;
    padding-left: 0;

}