body {
    margin: 0;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #eeeeed;
    font-family: "Roboto Mono", monospace;
    font-size: 24px;
  }
  
  .portrait {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-image: url('../img/yo.jpg');
    background-position: 43% 3%;
    background-size: 215px;
  }
  
  .description {
    margin: 50px;
  }