body {
background-color: #ffffff;
}
a {
  color: #00ff1e;
  font-size: 30px;
  text-decoration: none;
}
#box1 {
    width: 100px;
    height: 100px;
    background-color: rgb(59, 59, 59);
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgb(255, 0, 0),
                -10px -10px 30px rgb(0, 0, 255);
}