body {
    background-color: rgb(19, 19, 19);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgb(190, 190, 190);
    margin: 0px;
    margin-top: 30px;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 0px;
}

p a:hover {
    color: rgb(255, 200, 0);
    transition: color 0.2s ease-in;
}

p a {
    text-decoration: none;
    color: rgb(190, 190, 190);
    transition: color 0.5s ease-out;
}