#container img {
    height: 10vh;
}

body {
    background-color: #5093b7;
    background-color: #ececf7;
    color: #383737;
    font-family: monospace;
    font-size: 120%;
}

article{
    position: relative;
}

article #container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


a {
    color:#383737;
}

footer {
    width: 100%;
    bottom: 0;
    position: fixed;
}
