@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

*
{
	font-family: 'Noto Sans JP', sans-serif;
}

a
{
	color: white;
	font-style: italic;
	font-size: 25px;
	text-decoration: underline;
	text-decoration-style: wavy; <!--Internet Exploreer/Edge does not support this!-->
}

a:hover
{
	font-size: 30px;
	font-style: normal;
}

div div
{
	width: 600px;
	text-align: justify;
	margin: 10px auto;
	border: 5px dashed white;
	color: white;
	font-size: 20px;
	padding:10px;
}

.red
{
	border-color: red;
}

.orange
{
	border-color: orange;
}

.yellow
{
	border-color: yellow;
}

.blue
{
	border-color: blue;
}

.indigo
{
	border-color: indigo;
}

.violet
{
	border-color: violet;
}

h1, h2
{
	text-align: center;
	margin: 0px auto;
	color: white;
}

.Batman
{
	color: red;
}

.Wonder_Woman
{
	color: orange;
}

.Superman
{
	color: yellow;
}

.Spiderman
{
	color: blue;
}

.Iron_Man
{
	color: indigo;
}

.Thor
{
	color: violet;
}

body
{
	background-color: #2d2d30;
}

span
{
	color: white;
	font-weight: bold;
	font-style: italic;
}