body{
    margin: 0;
    padding: 0;
}

.page{
    display: flex;
    flex-direction: column;
    color: #E2E2B6;
}
.title{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #021526;
    padding: 20px;
}

.resume{
    background: #03346E;
    padding: 10px;
}



.projects{
    background-color:white ;
    color: #03346E;
    padding: 20px;
}

.resume a{
    font-style:italic;
    font-weight: 800;
}
.projects a{
    color:#133866;
    font-size: 25pt;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}

.bottom{
    background: #2d3754;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: auto;
}

h1{
    font-size: 40pt;
    font-weight: 900;
    padding: 10px;
    padding-left: 20px;
}

h2{
    font-size: 30pt;
    font-weight: 800;
}

h3{
    font-size: 20pt;
    font-weight: 800;
}

h4{
    font-size: 20pt;
    font-weight: 700;
}

a {
    color: #E2E2B6;
    font-size: 14 pt;
}

