html,
body,
{
    background-color: whitesmoke;
}

.container {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a {
    color: #000000;
    text-decoration: none;
    padding: 6px 18px 5px 18px;
    text-decoration: none;
    color: black;
    /*font-family: PortfolioFont; */
    margin: 5px;
}

a:hover,
a.on {
    color: #cc3333;
}
