* {
    margin: 0;
    padding: 0;
    border: 0;
  }

a {
    text-decoration: none;
    color: black;

}

h1 {
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 3vw;
    color: black;
}

h2 {
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 1.5vw;
    color: black;
}

h3 {
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 24px;
    color: black;
    line-height: 40px;
}

h4 {
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 18px;
    color: black;
    line-height: 24px;
}

h5 {
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 16px;
    color: white;
    line-height: 24px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 24px;
}

ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 24px;
}

hr {
    margin: auto;
    clear:both;
    width: 50%;               
    background-color:black;
    height: 4px;
  }

.header {
    position: fixed;
    top: 0;
    padding: 10px;
    width: 20vw;
    background-color: #e9f2f7;
    background-size: 100vw 100vh;
    height: 100vh;
    padding-top: 15vh;
}

.name {
    text-align: center;
    padding: 1vw;
}

.pages {
    text-align: center;
    line-height: 2vw;
}

.content {
    width: 70vw;
    padding-top: 3vh;
    top: 0;
    position: absolute;
    margin-left: 25vw;
}

.education-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.awards-head {
    padding: 10px;
}

.indent {
    padding-left: 30px;
}

.center {
    display: flex;
    flex-direction: column;
    height: 94vh;
    justify-content: center;
}

.cover-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}