
.entry{
width: fit-content;
font-size: 15px;
}
 
.entryhead{
width: 670px;
height: 80px;
position: relative;
border-bottom: 1px dotted #5C4033;
padding-bottom: 5px;
}
 
.date{
font-family: "Vallhalla";
font-size: 14px;
position: absolute;
bottom: 0;
padding-bottom: 5px;
}
 
.date p{
margin: 0px;
letter-spacing: -1px;
color:#967969;
}
 
.datecolor{
color: #fcadb6;
}

.header{
font-family: "Nihoa";
position: absolute;
letter-spacing: 1px;
top: 0;
right: 0;
}
 
.header h2{
margin: 0px;
line-height: 23px;
font-size: 20px;
color: #F97088;
}

.button{
border: 1px solid #F97088;
text-align: center;
cursor: pointer;
padding: 3px 5px;
display: inline-block;
margin: 10px;
margin-top: 15px;
margin-bottom: 15px;
}

.column {
float: left;
width: 14%;
padding: 5px;
}

.row::after {
content: "";
clear: both;
display: table;
}

.column, .row {
box-sizing: border-box;
}

figure {
  padding: 5px;
  margin: auto;
  justify-content: center;
}

figcaption {
  color: #5C4033;
  padding: 2px;
  text-align: center;
}


