body{
    background-color: #384260;
}

@media only screen and (max-width: 900px) {
    img {
        width: 70%;
    }
  }