html {
  height: 100%;
  width: 100%;
}

body {
  margin: auto;
  width: 640px;
  padding: 50px;
  background: #fce2ca;
  color: #1f0309;
  font-family: sans-serif;
}

.image {
  position: absolute;
  top: 50%;
  left: 50%;
}

img {
  border-radius: 50%;
}
