body {background-color: #f0f0f0;}



.header, .footer {
    /*width: 100%;*/
    height: 80px;
    background-color: green; color: #fff; 

}
.footer {
    /*width: 100%;*/
    height: 50px;
    background-color: green; 
    color: #fff; 
}
  
.header_text p {
    font-weight: bold;
    font-size: 22px;
}

.center {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.photo {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 200px;
    height: 400px;
}

.box {
    margin: 0 auto;
    margin-top: 50px;
    width: 200px;
    height: 50px;
    border: 1px solid #ddd; 
    background-color: #fff;
}



