@import url('https://fonts.googleapis.com/css?family=Nunito');

html, body {  
    font-family: 'Nunito', sans-serif;
}

.container {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container img {
    height: 150px;
}

.content {
    text-align: center;
}

.content a {
    color: #000000;
    text-decoration: none;
}