body {
    background-color: white;
    font-family: Helvetica, Sans-serif;
}

.lines {
    display: grid;
    margin: auto;
    justify-content: center;
    margin-top: 4vh;
}

.line {
    background: rgba(218,37,29,1);
    border-radius: 1vh;
    font-weight: 800;
    color:white;
    font-size: 6vh;
    margin: 1vh;
}

a, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: inherit;
    padding: .5vh 2vh;
}

a:hover {
    background: white;
    color: rgba(218,37,29,1);
}
  