* {
    background-color: lightblue;
    font-family: "Roboto", sans-serif;
    color: white;
  }
  
  .picture-1 {
    width:50%;
    height:50%;
  }
  h3{
    text-align:center;
  }
  p{
   margin-left: 500px;
  }
  details{
    margin-left:500px;
  }
  img{
    width:700px;
    height:500px;
  }