h1{color: red;}
a{color: skyblue;}

/* ANIME.JS CODE */
#boxes{
    width:80%;
    margin:auto;
    text-align: center;
  }
  
  #btns{
    padding:20px;
    background:#fff;
    margin-bottom:20px;
  }
  
  #btns button{
    background:#fff;
    padding:5px 10px;
    border:0;
  }
  
  #btns .bi{
    font-size:30px;
  }
  
  #btns .bi-play-circle{
    color:green;
  }
  
  #btns .bi-pause-circle{
    color:red;
  }

  .box{
    position: relative;
    width:100px;
    height: 100px;
    margin:4px;
    display:inline-block;
  }

.red{background-color: red;}
.blue{background-color: blue;}
.yellow{background-color: yellow;}
.purple{background-color: blueviolet;}