#header-1{
    max-height: 2000px;
    min-height: 350px;
    display: block;
}
#header-1 .header-1-1{
    font-size: 30px;
    color: #44ac52;
    text-align: center;
}
#header-1 .hh1{
    font-size: 40px;
}
#header-1 .dn{
    font-size: 14px;
    text-align: center;
}
#header-1 .pc{
    width: 400px;
    height: 500px;
    border: groove whitesmoke 2px;
    background-color: whitesmoke;
    margin-left: 365px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    /* t?o góc tł*/
}
#header-1 .pc .profile-img {
    width: 120px;
    height: 120px;
    margin: 60px auto 12px;
    margin-bottom: 20px;
    border: groove honeydew 1px;
    display: block;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    background-image:url("../image/iicon/photo.png");

}
#header-1 .pc .email1{
    width: 300px;
    margin-left: 50px;
    margin-top: 100px;
}