.g-row {
    display: flex;
    flex-direction: row;
    padding: 8px 32px;
    gap: 8px;
    align-items: center;
}

.g-space {
    flex: 1 1 auto;
}

.g-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.g-centered {
    display: flex;
    flex-direction: column;
    width: 1048px;
    align-self: center;
}


a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
      color: black;
}

a:hover {
    text-decoration: none;
      color: black;
}

a:active {
    text-decoration: none;
    color: black;
}

li {
    list-style-image: url('img/accepted16.png');
}
