body, html {
  height: 100%;
  margin: 0;
}


/* width */
::-webkit-scrollbar {
	width: 10px;
	background : #000000;
}

/* Track */
::-webkit-scrollbar-track {
	border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ffffff; 
	border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #a7a7a7; 
}


/* FOOTER */

.footer_left {
  align-self: flex-start;
  font-family: playfair-display;
  font-size: 2.2ch;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
}


.footer_right {
  font-family: playfair-display;
  font-size: 1.9ch;
  color: #ffffff;
  text-align: right;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
}

.footer_left a {
  text-decoration: none;
  color: #ffffff;
}
