﻿div {
  width: 100%; }
  div.box {
    background: #4682B4;
    width: 70%; }
    div.box.main {
      margin-top: 3%; }
    div.box.info {
      width: 90%;
      background: white; }
  div.area {
    margin-top: 20px;
    margin-bottom: 20px; }
    div.area.title {
      margin-bottom: 45px; }
    div.area.aram {
      display: flex;
      justify-content: center;
      margin-bottom: 0px; }

label {
  width: 200px;
  height: 200px;
  border: hidden;
  border-radius: 200px;
  background: white;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 200px;
  margin: auto;
  color: #4682B4; }

p {
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  font-size: 17px; }

span {
  font-size: 16px; }

i {
  font-size: 40px;
  color: white;
  margin: auto 7px; }
