:root {
    --primary-color: #05DDFA;
}


@font-face {
  	font-family: DancingScript;
  	src: url(../fonts/DancingScript-Regular.ttf);
}

body {
	background-image: url("../img/background.png"); /* The image used */
  	background-color: #FFF; /* Used if the image is unavailable */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: auto; /* Resize the background image to cover the entire container */
}






.nav-item {
	width: 150px;
	margin: 0 auto;
}
.nav-link {
	text-align: center;
	font-weight: bold;
}
.nav-link > img {
	margin-bottom: 10px;
}