.heading,.online-profiles,.text-center{text-align:center}.online-profiles a,.skill,header nav a{text-decoration:none}:root{--white:#ffffff}*{box-sizing:border-box}body,h1,h2,p{padding:0;margin:0}body{font-family:Raleway,sans-serif;font-size:1rem;color:rgba(0,0,0,.54)}section{padding:80px 1rem 0;min-height:100vh}header{position:fixed;width:100%;min-height:60px;background:var(--white);box-shadow:0 2px 4px -1px rgba(0,0,0,.06),0 4px 5px 0 rgba(0,0,0,.06),0 1px 10px 0 rgba(0,0,0,.08);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;z-index:1}#about,#skills{flex-direction:column;display:flex}header nav a{color:rgba(0,0,0,.7);font-weight:500;letter-spacing:1px;padding:0 15px;transition:50ms}.heading,.name-logo,.online-profiles a,.skill{letter-spacing:2px}header nav a:hover{font-weight:700}.name-logo{font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:20px}#about{height:100vh;justify-content:center;align-items:center}.profile-image{max-width:200px;background-color:#fff;border-radius:50%;box-shadow:0 5px 12px -5px #000;filter:grayscale(1)}.heading{font-size:3rem;text-transform:capitalize;margin:15px;text-shadow:2px 2px 3px rgba(0,0,0,.58)}.skills-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}#skills{justify-content:center;align-items:center}#skills p{margin-bottom:20px}.skills-item{margin:10px;width:calc(100% / 3 - 20px);border:1px solid rgba(0,0,0,.3);border-radius:3px;padding:10px;box-shadow:0 2px 4px -2px rgba(0,0,0,.5)}.skill{font-size:32px;padding:5px 15px;color:#393939;text-shadow:2px 1px 3px rgba(0,0,0,.9);text-transform:uppercase;transition:.3s;font-weight:700}.skill:hover{font-weight:100}#contact{display:flex;flex-direction:column;justify-content:center;align-items:center}#contact p{margin:20px 0}.online-profiles{margin:20px 0;display:flex;flex-wrap:wrap;justify-content:center}.online-profiles a{padding:10px 30px;color:#272933;font-size:26px;font-weight:600;border:2px solid #4c4c4c;border-radius:6px;margin:15px;text-shadow:2px 2px 3px #000;transition:.5s}.online-profiles a:hover{background:#000;color:#fff;box-shadow:2px 2px 7px -1px rgba(2,2,2,.6509803921568628)}@media (max-width:500px){header{flex-direction:column}#navbar{margin-top:10px}.skills-item{width:100%}}