body {
	background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
}

.social {
	position: absolute;
	bottom: 20px;
	right: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.social img {
	width: 30px;
	height: 30px;
}
