
body{
	margin: 0;
	background: #000;
	height: 100%;
}

img{
	width: auto;
	height: auto;
}

.main-holder{
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.logo-holder{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

img.centered-logo{
	width: 80%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
