.newLine {
    width: 100%;
}

.content {
    justify-content: center;
    width: 100%;
    margin: auto;
    font-family: sans-serif;
    display: block;
    text-align: center;
}

.body {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.navLink {
    border: 1px solid black;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.body a {
    color: black;
    text-decoration: none;
}

.body a:hover {
    color: gray;
}

.body a:active {
    color: lightgray;
}

.footer {
    position: relative;
    bottom: 15px;
    width: 100%;
    font-size: 75%;
    margin: auto;
    margin-top: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
