body {
  background-color: #ad88ba;
  background-position: center;
  text-align: center;
  max-width: 500px;
  margin: auto;

.watch {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    max-width: 500px;
  margin: auto;
  }

.button{
    display: block;
    background-color: #D9D9D9;
    border: none;
    box-shadow: 5px 5px 12px rgb(10, 9, 9);
    color: black;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    margin: 30px 60px;
    border-radius: 15px;
    cursor: auto;   
}

.button:active {
    background-color: #8B50A0;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttons{
    margin-top: 60px;
  }