*,
html,
body,
:root {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: raleway;
	scroll-behavior: smooth;
}

body {
	position: relative;
	min-height: 800px;
	background-image: radial-gradient(
			rgba(250, 250, 250, 0.5),
			rgba(51, 51, 51, 0.5)
		),
		url("https://cdn.pixabay.com/photo/2023/02/08/08/50/frequency-wave-7776034_960_720.jpg");
	background-repeat: repeat;
	background-size: cover;
}
.github:hover {
	filter: invert(100%);
	transition: filter 2s;
}
.source {
	font-size: 0.75rem;
	text-justify: inter-word;
	color: red;
}
footer {
	position: fixed;
	bottom: 0;
}

#Zainteresowania {
	scroll-margin-top: 350px;
	scroll-behavior: smooth;
}

#UmiejetnosciMiekkie {
	scroll-margin-top: 100px;
	scroll-behavior: smooth;
}
#Umiejetnosci {
	scroll-margin-top: 50px;
	scroll-behavior: smooth;
}

.side-bar {
	position: sticky;
	left: 0;
	top: 200px;
	max-width: max-content;
}

.main-background {
	background: url("https://camo.githubusercontent.com/40165a147c3dcea0fa1db780bb533fc5f98546ccfb9d5d05ddb2f429277f5348/68747470733a2f2f616e616c7974696373696e6469616d61672e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031382f31322f646576656c6f7065722d6472696262626c652e676966");
	min-height: 600px;
	background-repeat: no-repeat;
	background-attachment: local;
	border-radius: 20%;
	filter: brightness(70%);
}

@media screen and (min-width: 768px) {
	.form-size {
		width: 40%;
	}
	div > p {
		line-height: 2rem;
	}
}
@media screen and (min-width: 992px) {
	.justify {
		text-align: justify !important;
		text-justify: inter-word !important;
	}

	div > p {
		text-indent: 3rem;
	}
}
