#watch {
    top: 20px;
    left: 400px;
    position: absolute;
}
#block {
    background-color: #c96bf1;
    color: white;
    padding: 25px;
    text-align: center;
    top: 40px;
}
div:hover {
  background-color: #843ba3;
}