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

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


p {
    position: relative;
	font-family: SF pro Rounded, sans-serif;
	font-size: 25pt;
	line-height: 135%;
	word-break: keep-all;
	/*padding-bottom: 10px;*/
}

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

img:hover {
	height: 370px;
}

.StarLeaves:hover {
	height: 600px;
}

/*.flower {
	height: 310px;
}

.coffee,.death {
	height: 270px;
}*/

.mt {
	height: 190px;
}

.mt:hover {
	height: 280px;
}


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


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

}

a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}


footer {
	font-size: 15px;
	position: absolute;
	bottom: 15px;
	width:100%;
}



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

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

.mt {
	height: 90px;
}

img:hover {
	height: 200px;
}

   footer {
   	font-size: 10px;
   }
}
