body{ background-color:rgb(99, 192, 230) }


.Button {
    background-color: #55b3df;
    border:50px;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
  }
  .s1{
    background-color:cornflowerblue; padding: 20px;margin-top: -10px;margin-left: -10px;margin-right:-8px
  }
  .s2{
    background-color:rgb(99, 192, 230) ; position: absolute; top: 590px; left: 1200px
  }