

.links-container {
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
    justify-content: space-around; 
    /* min-width: 40vw; */
    width: 100vw;
    max-height: 100vh;
}

.links-container > div {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-rubrik {
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: start;
    align-items: flex-start;
    margin: 2rem auto 1rem 3rem;
}

h1 {
    font-size: 2rem;
    margin: 2rem 0;
    display: unset;
}

h1 > a {
    color: black;
    text-decoration: none;
}
h1 > a:hover {
    color: rgb(44, 18, 121);
    /* text-decoration:underline;
    text-decoration-style: dotted; */
}