
ul.links {
    list-style-type: none;
}

.links a {
    color: rgb(221, 210, 193);
    text-decoration: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
  }

.row img {
    margin: 10px;
}
