@import url(common.css);

.links {
    width: 30%;
    margin: 0 auto;
    padding: 20px;

    h2 {
        color: darkred;
        text-align: center;
    }

    a {
        display: block;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        text-decoration-color: darkorange;
        text-underline-offset: 5px;
    }

    div {
        padding: 10px;
    }
}
