<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
	margin: 0;
background-color: rgb(24, 24, 24);   
}

/* .body
{
	
} */

p{
	text-align: center;
}

.info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/*padding-top: 80px;*/
	cursor: default;
}

.logo
{
	margin-top: 35px;
	text-align: center;
    overflow: hidden;
	  

}

.MyArts
{
	text-align: center;
}

.buttons
{
	display: inline-flex;
	justify-content: space-between;
}


h5,
h1,
h4,
h3,
h2
{
	margin: 0;
	font-family: 'Archivo Black', sans-serif;
	color: white;
}

.MyWorks_L1
{
	height: 100%;

  display: flex;
  flex-direction: row;
  border-radius: 5px;

	/* display: flex;
	align-self: center;
	width: 85%;
  border-radius: 20px;
  margin: 0 auto 30 auto;
  padding: 10 0; */

}





.all_box {
	width: 245px;
	height: 150px;
	margin: 53.5px;
	padding: 15px;
	text-align: center;
	background-color: rgb(50, 50, 50);
	border: 1px solid rgb(50, 50, 50);
	font-family: 'Archivo Black', sans-serif;
	color: white;
  }

.titleinbox
{
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	font-size: 25px;
}

.describeinbox
{
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	font-size: 12px;
}


.others
{
	margin: 100;
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0px;
	
	
}

.others li
{
	padding: 20px 20px;
	margin: 0px 5px;
	transition: 0.3s;
	border-radius: 10px;
}

.others li a
{
	color: white;
}

  









</pre></body></html>