
p {
      font-size:45pt;
    }


body {
  font-family: 'Arial Narrow', sans-serif;
}



html{
    background:
        url(green.jpeg)no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;
}
.my-div {
  width: 1300px;
  height: 600px;
  background-image: url(checking.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.my-div2{
  transform: translateX(+450px);
}

s {
      font-size:45pt;
    }

.button-container {
    display: flex;
    justify-content:center;
    column-gap: normal

    }
.square-button {
      width: 150px; 
      height: 150px; 
      font-size: 24px;
      background-color:#138808;
      color: #D0F0C0;
      border: 2px solid #004526; 
      border-radius: 5px; 
      cursor: pointer; 
      display: flex;
      align-items: center; 
      justify-content: center;
      padding: 0; 
      box-sizing: border-box; 
    }