		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    font-family: SF pro Rounded,sans-serif,pretendard;
    font-size: 15pt;
    line-height: 1.5;
    word-break: keep-all;
    padding: 30px;
    padding-left: 5%;
    padding-right: 5%;
    overflow-x: hidden;
    color: white;
    background-color: black;
}

.title {
  padding-bottom: 20px;
  font-size: 25pt; 
}


.container {
	text-align: center;
}

img {
	height: 250px;
	margin: 20px;
	vertical-align: text-top;
}

img:hover {
	height: 370px;
}

.StarLeaves:hover {
	height: 600px;
}

.mt {
	height: 160px;
}

.mt:hover {
	height: 280px;
}


u:hover {
	color: #ff5714;
	font-weight: bold;
}


a {
	color: white;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

footer {
  position: fixed;
  bottom: 15px;
  width: 100%;
  font-size: 12pt;
  z-index: 1;
}


@media only screen and (max-width: 800px) {
  
  body {
    font-size: 15px
    }

img {
	height: 120px;
	margin: 8px;
}

.mt {
	height: 90px;
}

img:hover {
	height: 200px;
}

   footer {
   	font-size: 10pt;
   }
}
