.container {
    max-width: 1000px; 
    margin: 0 auto;
}
.code {
    font-family: "Source Code Pro", monospace;
    font-weight:200;
}

img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #000;
  object-fit: cover;
}