* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #010101;
  font-family: 'Arial';
}
p {
  color: #FFFFFF;
  font-size: 15vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 41vh;
  margin: 0 auto;
  width: 24vh;
  height: 50vh;
}
.radialText {
  position: absolute;
  left: 0;
  right: 0;
  top: 25vh;
  margin: 0 auto;
  width: 50vh;
  height: 50vh;
  border-radius: 50%;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  transform: rotateZ(-91deg);
}
	.radialText span {
	  position: absolute;
	  display: inline-block;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  text-transform: uppercase;
	  font-size: 5vh;
	}