#Past {
    background-color:coral;
    width: 369px;
}

#Present {
    background-color:coral;
    width: 369px;
}

#Future {
    background-color:coral;
    width: 369px;
}

article {
    background-color: lightgray;
    width: 300px;
    border: 15px solid black;
    padding: 20px;
    text-align: center;
  }

header {
    background-color: darkgray;
    height: 100px;
    text-align: center;
    border: 10px solid
}

footer {
    background-color: darkgray;
    height: 100px;
    text-align: center;
    border: 10px solid
}

.right {
    position: absolute;
    right: 200px;
    width: 699px;
    border: 3px solid #000000;
    padding: 0px;
    top: 330px;
    bottom: 330px;
  }

body {
background-image: url("Walk.jpg");
}