@charset "utf-8";
/* CSS Document */
*{
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #150338;
	font-family: "Sitka small"
}

img.logo{
	width: 1000px;
	margin-top: 60px;
	
}
img.event{
    width: 750px;
    border: 2px #724784 solid;
    
}
img.map{
    width: 700px;
    border: 20px #724784 solid;
    border-radius: 200px;
}
img.element{
    width: 29px;
    margin-top: 10px;
    
}
div.Header{
	background-image:url("Elden Ring Key Art.jpg");
	height: 300px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom: 1px #9608E8 solid;
}
a{
	
	background: #000000;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 50px;
	margin-bottom: 0px;
	font-size: 19px;
	text-decoration: none;
	color: #A487D6;
	border: solid 0.1px #B93DD6;
	display: inline-block;
	border-radius: 50px;
	min-width: 270px;
	text-align: center;
}

table{
	background:#0C1755;
	border: #B93DD6 2px solid;
	margin-top: 20px;
} 
table.boss_table{
    margin-left: auto;
    margin-right: auto;
}

td{
	border: #4D44CB 2px solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

img.nightfarer-imagesize{
	width: 200px;
	
}
img.abilites{
	width: 100px
}
td.stat_spread{
	padding-top: 20px;
	padding-bottom: 20px;
}
div.Home{
	text-align: center;
	background: #220664;
	margin-left: auto;
	margin-right: auto;
	border: 1px #9608E8 solid;
	width: 80%;
	padding-top: 30px;
	padding-bottom: 100px;
}
p.info{
	margin:50px;
	font-size: 29px;
	color: #A487D6;
	
}
p.summary{
    padding-top:20px;
    color:#A487D6;
    margin-left:auto;
    margin-right:auto;
	
}
p.map_info{
    padding-top:20px;
    color:#A487D6;
    margin-left:auto;
    margin-right:auto;
}
details{
    color:#F4F4F4;
    padding-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    cursor: pointer;
}
footer{
	text-align: center;
	background: #2B0044;
	padding: 40px;
	font-size: 19px;
	border-top: 1px #5E005B solid;
	color: #AAAAAA
}