img{
    width: 70%;
    height: auto;
}

span{
    color: #f18f00;
}

.line{
    border: 2px solid black;
    width: 1px;
    height: 300px;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  p{
      padding: 0 5px 0 5px;
  }