body
{
    background-color: rgb(234, 226, 209);
    background-image: url('/Hall_Of_Fame/assets/imgs/argent.jpg');
    margin-bottom: 0px;
    margin-top: 0px;
	min-width: 725px;
}

.__moshof_container
{
	display: flex;
    height: 99vh;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.__moshof_container_gal
{
	display: flex;
    margin-top: 20px;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.__moshof_enter
{
	width: 637px;
	height: 504px;
    background-image: url('/Hall_Of_Fame/assets/imgs/index01.jpg');
}

.__moshof_title
{
    align-items: center;
    text-align: center;
    margin-top: 50px;
    color: rgb(128, 0, 0);
    font-weight: 900;
	line-height: 5px;
}

.__moshof_logo
{
	height: 304px;
    margin-top: 20px;
    background-image: url('/Hall_Of_Fame/assets/imgs/logoenter.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.__moshof_link
{
    align-items: center;
    text-align: center;
    margin-top: 30px;
    color: rgb(128, 0, 0);
    font-weight: 900;
	line-height: 5px;
}

.__moshof_description
{
	height: 230px;
    align-content: end;
    margin-top: 10px;
    margin-left: 75px;
    margin-right: 75px;
    color: #800000;
}

.__moshof_logo_mini
{
	height: 100px;
    margin-top: 50px;
    background-image: url('/Hall_Of_Fame/assets/imgs/gobl1.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.__moshof_list
{
    margin-top: 20px;
    width: 637px;
	text-align: center;
}

.__moshof_char
{
	width: 130px;
    display: inline-block;
    border: 1px solid #800000;
    margin: 2px;
    padding: 5px;
    background-color: #ffffff;
}

.__moshof_photo > img
{
	max-width: 130px;
    min-width: 130px;
}

.__moshof_nickname > p
{
	font-weight: bold;
}