body {
    background-color: purple;
    color: lime;
}

h2 {
    text-align: center;
}

h1 {
    margin-bottom: 300px;
}

p {
    font-size: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background-image: url("media/webpage\ background.png");
    background-repeat: repeat-x;
}

.update {
    margin: 160px 10px;
    text-align: center;
}
updated {
    padding: 10px;
    font-size: 15px;
    border: 10px solid green;

    background-color: navy;

    color: rgb(255, 168, 255);
}

a {
    color: rgb(0, 153, 255);
}
