﻿
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color 1s ease;
}
#colors {
  border-bottom: 1px solid white; 
  position: fixed;
  bottom:0;
  left: 0; 
  height: list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

#colors li {
  width: 10px;
  height: 10px;
  margin-right: 1px;
  border: 1px solid lightgrey;
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s; 
}

#colors li:hover {
  z-index: 222; 
  height: 30px;
}

.title-container{
  color:white;
}