
  body {
  background-image: url('bio.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
background-position: center;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:50px auto;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  
  .container {
      width: 1000px;
  background: #9787A3;
  border-radius: 6px;
  border: 2px solid white;
  text-align: left;
  padding: 0 30px 30px;
  display: grid;
  top: 10%;
  color: white;
}