body {
    background-color: #050e39;
    color: white;
}

img {
    width: 90%;    
}

.container {
    margin: 0 auto;
    width: 90vw;
    display: flex;    
    justify-content: center;
    flex-flow: row wrap;
}

.container > * {
    flex: 1fr;
}

h1, p {
    text-align: center;
    width: 55%;
}

.footer {
    width: 90vw;
    margin-top: 40px;
    margin-left: 40px;
}

p {
    font-size: 20px;
    line-height: 1.8;
}

a {
    color: yellow;
}

a:visited {
    color: orange;
}