body
{
	display : flex;
	justify-content: center;
	margin: 0 auto;
	height: 100vh;
	background-color: #000000;
	font-family: Helvetica;
}

.logo
{
	position: relative;
	font-family: cursive, sans-serif;   
	color: white;
}

.box-shadow 
{
	font-family: cursive, sans-serif;
    background-color: #4f4f4f;
    color: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 20px 23px #101010;
}

.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}

.fill
{
    background: Black;
}

picture 
{
    width: 100%;
    height: auto;
    display: flex;
}

picture img 
{
    object-fit: cover; 
    height: auto;
    width:100%;
}