body{
	background: #000;
	color: #00ff66;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

/* NAVBAR */

.navbar{
border-bottom:1px solid #111;
padding:15px 30px;
}

.nav-inner{
display:flex;
justify-content:space-between;
align-items:center;
max-width:1000px;
margin:auto;
}

.brand{
display:flex;
align-items:center;
gap:10px;
}

.logo{
width:36px;
}

.nav-links a{
margin-left:18px;
color:#4ea1ff;
text-decoration:none;
}

.nav-links a:hover{
text-decoration:underline;
}

.about-section{
display:flex;
justify-content:center;
padding:70px 20px;
}
.resume{
	text-align: center;
	padding: 20px;
	background-color: #000000;
}

.resume-button{
display:inline-block;
margin-top:20px;
padding:14px 28px;
background:#4FD1C5;
color:#000;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.resume-button:hover{
background:#3fb5ab;
}

.resume-viewer{
max-width:600px;
margin:40px auto;
background:#FFE1F0;
padding:45px;
border-radius:8px;
}

.resume-viewer iframe{
width:100%;
height:500px;
border:none;
background:white;
}
