body {
    background-color: rgb(247,244,240);
}
header {
    height:65px;



    background-color: lightsteelblue;
    position:fixed;
    width:100%;
    top:0px;
}

header h1 {
    font-size:40px;
    line-height: 65px;
    text-align: left;
    padding-left: 15%;
    color:rgb(77, 105, 114)


}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-top:50px;
    max-width: 70%;
    margin:20px auto;
    padding-top:50px;

}

.box {
    border: 1px solid rgb(190, 182, 182);
    
    

}

.sub-title {
 font-size:20px;
 text-align: center;
 padding:20px 0;

}

.coment {
 font-size:16px;
 width: 90%;
 line-height: 20px;
 margin:0 auto;


}
.photo_day {
    margin:10px auto 0px;

    font-size:12px;
    font-weight:bolder;
    text-align:right;
    width:90%;
}
.box21 {
    grid-column: 3/4;
    grid-row: 1/10;


}

