body {
	font-family: "Times New Roman", Georgia, Serif;
	scroll-behavior: smooth;
	color: white;
	background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
  scroll-behavior: smooth;
}

.main-about{
	text-align: center;
	color: white;
}

.tra {
	color: white	;
	font-weight: bolder;
	text-decoration: none;
	cursor: pointer;
}

.w3-top{
	 background-image: linear-gradient(grey, black, blue);
}

::selection{
	color: blue;
	background: white;
}

.w3-large w3-text-grey w3-hide-medium{
	color: white;
}