h2, p {
  color:#666;
  font-family:Arial, Helvetica, sans-serif;
}
a {
color: #222;
}
a:hover {
color: #222;
}

.card-container {
		width: 180px;
		height: 180px;
		/*float: left;*/
    display: inline-block;
    margin:3px;
  	cursor:pointer;
    background: #ccc;
    /*position: relative;*/
    left:0;
    top:0;
}

.name-list {
  font-weight:bold;
  font-size:1.1em;
  color:#766;
  background: #ccc;
      border-radius: 7px;

}
/*
.right-sidebar {
  overflow-y: scroll;

}*/
/*.container{
    display: flex;
    justify-content: center;

  }*/

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

#timer > .hours:after,  #timer > .minutes:after{
    content: ":";
}
