body {
background: rgb(0,0,58);
background: linear-gradient(90deg, rgba(0,0,58,1) 0%, rgba(0,0,88,1) 35%);
        }

#center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	width: 777px;
	height: 466px;
	background-image: url('business_card.png'); 
    background-repeat: no-repeat;
    background-size: contain;
	}

#icons {
	position: absolute;
	top: 40px;
	right: 40px;
	}
