@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Niramit&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300&display=swap');

.about-me-header {
	/* animation: about-me-h 0.7s ease-in both; */
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
}

.project-header {
	text-align: center;
	color: white;
}

@keyframes about-me-h {
	0% {
    	transform: scale(2);
    	filter: blur(4px);
    	opacity: 0;
  		}
  	100% {
    	transform: scale(1);
    	filter: blur(0px);
    	opacity: 1;
  		}
	}

.about-me-paragraph {
	text-align: center;
	font-family: 'Niramit', sans-serif;
}

p {
	text-align: center;
	color: white;
	font-family: 'Niramit', sans-serif;
	animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 2s;
}

body {
	background-color: black;
}



@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

.education-head {
	color: white;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.intrests-header {
	font-family: 'Niramit', sans-serif;
	text-align: center;
	color: white
}

.temperature {
	color: white;
	font-family: 'Niramit', sans-serif;
}

.location {
	color: white;
	font-family: 'Niramit', sans-serif;

}

.weather {
	color: white;
	font-family: 'Niramit', sans-serif;
}

.contact-header {
	font-family: 'Niramit', sans-serif;
	text-align: center;
	color: white
}

.contact-header-two {
	color: white;
	text-align: center;
	font-family: 'Hind Guntur', sans-serif;
}

.contact-header-email {
	color: white;
	text-align: center;
	font-family: 'Hind Guntur', sans-serif;
}