* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

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

.container {
    margin-top: 90px;
}

.navbar {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(242,242,247);
}

.about {
    margin-top: 90px;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px; 
    margin-top: -80px
}

/* .about:target {
    padding-top: 90px;
} */

.about > p {
    margin-top: 10px;
}

.resume, .projects {
    margin-top: 20px;
    max-width: 800px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px; 
    margin-top: -80px
}

.projects > p > a {
    text-decoration: none;
    color: rgb(79, 134, 192)
}

.projects > p > a:hover {
    text-decoration: none;
    color: rgb(31, 66, 103)
}

.time-location-row {
    display: flex;
    justify-content: space-between;
}

.bullet {
    margin-left: 20px;
}

li {
    margin-left: 30px;
}

hr {
    border: 0.5px black solid;
}