/* 7_0 */
.logo-7_0 {
  position: absolute;
  top: -26px;
  z-index: 1;
  font-size: 48px;
  font-family:  'Times New Roman', Times, serif;
  color: orange;
  text-align: center;
  vertical-align: center;
  width: 140px;
  height: 80px;
  background-image: linear-gradient(
    to top,
   #482173 ,
   #20758d ,
   #482173    
   );
  border-radius: 50%;
  border: 2px #ffd700;
  transform: skew(0deg) scale(0.7);
}
.logo-7_0 .fr {
  border: 2px solid orange;
  border-radius: 50%;
  width: 120px;
  height: 70px;
}

.centered {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.logo-7_0 p {
  margin: 0px;
}