@import "style.css";

#links-text {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 25px;
}

#links-text * {
    height: 3px;
    margin: 20px;
}

a:hover {
    text-decoration: underline;
}
