@font-face {
font-family: 'Century Gothic Regular';
src: local(''),
    url('../fonts/CenturyGothic.eot'),
    url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
  width: 100px;
  height: 100px;
  margin: 0;
  background: black;
  overflow: hidden;
  font-family: 'Century Gothic Regular', sans-serif;
}

.main_box {
    background: #161515;
    width: 600px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 3px 3px #E4CC7F;
    -webkit-box-shadow: 0 0 3px 3px #E4CC7F;
    box-shadow: 0 0 3px 3px #E4CC7F;
}

.main_box .inside {
    background: #161515;
    width: 590px;
    height: 290px;
    margin: 5px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.main_box .inside div {
    display: inline-block;
    float: left;
    width: 275px;
    height: 250px;
    text-align: center;
    margin: 60px 10px 20px 10px;
}

.welcome {
    color: #E4CC7F;
    font-size: 11pt;
}

.text {
    color: #ffffff;
    font-size: 11pt;
}

.ph {
    background-image: url("../images/056_d2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 3px solid #E4CC7F;
    width: 160px !important;
    height: 160px !important;
    margin-top: 70px !important;
    margin-left: 60px !important;
}