body {
    background-color: #0a192f;
    margin: 0;
    padding: 0;
}
.navbar {
    font-family: 'Raleway', sans-serif;
}
.navbar a {
    color: #8892b0;
    display: block; 
    float: right; 
    padding: 25px 10px; 
    text-align: center; 
    text-decoration: none; 
}
.navbar a:link {
    color: #8892b0;
}
.navbar a:visited {
    color: #8892b0;
}
.navbar a:hover {
    color: #64ffda;
}
.navbar a.right {
    color: #8892b0;
    display: block; 
    float: right; 
    padding: 25px 50px; 
    text-align: center; 
    text-decoration: none; 
}
.navbar a.right:link {
    color: #8892b0;
}
.navbar a.right:visited {
    color: #8892b0;
}
.navbar a.right:hover {
    color: #64ffda; 
}
.header {
    background-color: #112240;
    border: 25px solid #112240;
    border-radius: 25px;
    color: white;
    font-family: 'Raleway', sans-serif;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
} 
.header h1 {
    font-size: 40px;
}
.header h2 {
    color: #8892b0;
}
.headerPortfolio {
    color: white;
    font-family: 'Raleway', sans-serif;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
} 
.headerPortfolio h1 {
    font-size: 40px;
}
.headerPortfolio h2 {
    color: #8892b0;
}
.fa-github {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-github:link {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-github:visited {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-github:hover {
    color: #64ffda;
    padding: 5px;
    text-decoration: none;
}
.fa-linkedin {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-linkedin:link {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-linkedin:visited {
    color: #8892b0;
    padding: 5px;
    text-decoration: none;
}
.fa-linkedin:hover {
    color: #64ffda;
    padding: 5px;
    text-decoration: none;
}
.portfolio-row {
    display: -webkit-box;
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
  }
.column {
    flex: 33.33%;
    padding: 25px;
}
.column p {
    color: #8892b0;
    text-align: left;
}