*{
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
/* body{
    min-height: 1280px;

} */

.navbar-brand{
    font-weight: 800;
    text-transform: uppercase;
}
a {
    text-decoration: none;
}
.nav-head{
    margin-top: 20px;
}

.nav-link {
    text-transform: uppercase;
}

#container {
	text-align: center;
}

#text {
	display: inline-block;
	vertical-align: middle;
	color: #FFD334;
	letter-spacing: 2px;
}


/* .about{
	height: 630px;
} */
.about img{
	width: 15%;
}
.profile_img {
	width: 10%;
	border-radius: 50%;
	border: 4px solid rgba(0,0,0,.1);
}
/* .about p{
	padding-top: 35px;
} */

#cursor {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 40px;
	background-color: #FFD334;
	animation: blink .75s step-end infinite;
}

@keyframes blink {
	from, to { 
		background-color: transparent 
	}
	50% { 
		background-color: orange; 
	}
}

.content{
    padding-top: 250px;
	height: 630px;
    
}
.content h1 {
    font-size: 50px;
}
h1{
    font-weight: 800;
}

.button-arrow{
    padding-top: 30px;
}
/* 
.project{
	height: 650px;
} */
.project a {
	color: white;
	font-weight: bolder;
}
/* .footer {
	height: 200px;
} */
.skills h3{
	font-weight: 800;
}
