div {
    width: 46%;
    float: left;
    margin: 2%;
    color: white;
    font-size: large;
}

h2 {
    text-align: center;
    color: yellow;
    font-family: sans-serif;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: large;
}

body {
    background-image: url('img/background.png');
}

a {
    color: #10ff10;
}

strong {
    color: #ff8040;
}