* {	
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: 'Raleway', sans-serif;
}
body{
	/*background: url("https://img.freepik.com/vector-gratis/fondo-hexagonal-oscuro-color-degradado_79603-1410.jpg?t=st=1647742584~exp=1647743184~hmac=49a6209d4564a1b96edeff538ffa2180467f671362aacc6b623ce48749804e3c&w=1380") fixed no-repeat;
	background-size: cover;*/
	background-color: #000;
	max-width: 2000px;
	color: #fffc;
}
html{
	scroll-behavior: smooth;
}

main{
	padding: 20px;
}

h1{
	text-align: center;
	font-size: 3rem;
}
h3{
	font-size: 2rem;
	margin-top: 30px;
}
p{
	margin-top: 10px;
}

p > a {
	color: #faa;
	text-decoration: none;
}