.container {
    position: relative;
    width: 60%;
    margin: auto;
  }
body {
    background-color: antiquewhite;
  }
h1 {
    text-align: center;
    font-size: 3rem;
    margin: -6px -8px;
  }

  img {
    width: 400px;
    margin-top: 40px;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: left;
  }

.yapping {
    display: block;
}
p {
    display: inline-block;
    font-weight: 600px;
    font-size: 20px;
}
.command {
    width:800px;
}
.graph {
    padding: 16px;
}
span {
    text-align: center;
}