body {
    background: cadetblue;
    margin:0;
    padding:0; 
    font-size:100%; 
    line-height:1;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    background-image: url("checkmate-digitalt-bureau-rubiks-cube-timer.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg-img {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bg-img::after {
    content: '';
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

main {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#container{
  width: 520px;
  position:relative;
}
#timeList{
  width:  120px;
  padding-top:5px;
}
#timeOut{
  font-size: 10em;
  font-weight: 700;
  width: 500px;
  height: 200px;
  position:relative;
}
#stats{
  position: relative;
  display: block;
}

#stats span {
  margin: 5px;
  display: inline-block;
}

#clear {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 20px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 50px;
}

a, a:hover {
  color: #000;
  text-decoration: none;
}

.count {
    border: 1px solid white;
    outline: 1px solid transparent;
    padding: 1rem;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    opacity: 0.6;
    margin: 0 2px;
}

.logo {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 300px;
}