body {
    background-color: #1a1a1a;
}

img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    pointer-events: none;
}

.experience {
    text-align: center;
    font-family: Georgia;
    font-style: italic;
    color: #e95828;
}

@media only screen and (max-width: 680px) {
  img {
    width:100%;
  }
}