/**
 * Header background image
*/
header {
	background-image: url('../../../assets/img/backgrounds/big-black-b-1920x1080.webp');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}

@media (max-width: 400px) {
	header {
		background-size: cover;
	}
}

/**
 * Body background color
*/
body {
    background-color: #fc71ef;
}
