html, body {

  height: 100%;

}

body {

  display: flex;
  background-color: #fafaf7;
}

.mypage {

  flex-grow: 1;

}

.logo_holder {

  height: 140px;
  width: 140px;
  background-image: url("../images/n.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}
