body, html {
    height: 100%;
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: white;
}

.container {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

h1 {
    font-size: 40px;
    color: black;
    margin: 0;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;	
}

img {
    width: 25px;
    height: auto;
}

.info a {
    display: block;
    margin-right: 10px;
}

.info p {
    color: grey;
    font-size: 20px;
    margin: 0;
}

a:link {
    text-decoration: none
}
