/* main.css */

body {
  background: #7c99b1;
}

.pic {
  text-align: center;
  margin-top: 50px;
}

.pic img {
  border: none;
}

