/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
	font-family: "Montserrat", serif;
}


body{
	background: url("img/grinding-soon-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x:center;
	background-position-y:center;
	background-attachment: fixed;
}


h4{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

a{
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover{
	color: #fbac18;
}