body{
	font-family: Nunito;

		&::before {
		    background-image: url("/Images/bg.png");
		    background-size:80px;
		    background-repeat: repeat;
		    background-repeat: top left;
		    top: 0px;
		    bottom: 0px;
		    left: 0px;
		    right: 0px;	
		    opacity: 0.2;
		    position: absolute;
		    content: '';	
	}
}

.flexdot{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px;
	margin: 5px;


	}
}

