.background {
    background: #4c78a5;
    color: #fff;
    font-family: arial;
    letter-spacing: 2px;
  }

  .image {
    margin: 2%;
    border: 4px solid black;
    border-radius: 4px;
    display: flex;
    justify-content: center;
  }

  .sizing {
      width: 100%;
  }

  .button-margin{
      margin-top: 2%;
      margin-left: 2%;

  }