#div1 {
    margin: 0 auto;
    width: 640px;
    text-align: center;
}

footer {
    display: flex;
    justify-content: space-between;
}

a {
    cursor: pointer;
    color: #0099ff;
}