html, body {
    background-color: white;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

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

a:hover {
    text-decoration: underline;
}

.npp-container {
    margin-top: 15vh;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

.npp-message {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 50px;
}

.npp-logo {
    max-width: 90%;
    margin-bottom: 50px;
}

.npp-contact {
    margin-bottom: 25px;
}

.npp-contact .fas {
    margin-right: 10px;
}
