@import url("global.css");

#links-section {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#links-list {
  list-style-type: none;
}

#links-list a {
    text-decoration: underline;
    color: inherit;
}