body {
  background-color: #4a4a4a;
  background: -webkit-linear-gradient(
      315deg,
      #4a4a4a 0%,
      #4a4a4a 30%,
      #7e7e7e 100%
    )
    fixed;
  background: linear-gradient(135deg, #4a4a4a 0%, #4a4a4a 30%, #7e7e7e 100%)
    fixed;
}

.body {
  margin: 30px;
  border-radius: 5px;
  max-width: 640px;
}

.body-white {
  padding-top: 30px;
  padding-left: 30px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  max-width: 640px;
}

.image {
  margin-left: 250px;
  width: 120px;
  height: 120px;
  background-size: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("foto.jpg");
}
