@charset "utf-8";
@import url(init.css);
@import url(pub.css);
@import url(public.css);
@import url(../fonts/simple-line-icons/css/simple-line-icons.css);


.content{
    margin: 3rem auto;
    margin-bottom: 0;
    background: url(../image/reg.jpg) no-repeat;
    height: 64rem;
    box-sizing: border-box;
    text-align: center;
}

.content img {
    width: 30rem;
    height: auto;
    margin-top: 5rem;
    border-radius: 1rem;
}

.content p {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-top: 3rem;
    line-height: 2.2;
    color: #27ae61;
}

