

.upside-down {
    transform: scale(-1);
    display: block;
}

.container-ct {
    margin: auto;
    height: 0;
    width: 0;
    position: relative;
    text-align: center;
    padding-right: 20px;
    height: 125px;
    width: 500px;
}

.target-ct {
    width: 0;
    margin: 0 auto;
}

.sides {
  color: #ccc;
  line-height: 50px;
}

.target-b {
    font-size: 20px;
    font-weight: normal;
}

.outer-ct {
    font-family: Roboto Mono, monospace;
    font-size: 30px;
	font-weight:bold;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    position: relative;
}