@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,300&display=swap');

body {
    padding: 0.5rem;
}

.container {
    max-width: 800px;
    margin: auto;
}

:root {
    font-size: 0.8rem;
    font-family: 'Roboto', sans-serif;
}

.name {
    font-size: 200%;
    font-weight: bold;
    margin: 1rem 1rem 1rem 0;
    color: #004AAD;
}

.section_name {
    font-size: 175%;
    font-weight: bold;
    color: #004AAD;
}

.subsection_name {
    font-size: 125%;
    font-weight: bold;
}

.info {
    font-weight: lighter;
    /*font-style: italic;*/
    color: #737373;
    font-size: 80%;
}

.subsection {
    margin: 0rem 0rem 0.3rem 0rem;
}

.section {
    margin: 0 0 1rem 0;
}

.contact_section {
    display: flex;
    flex-direction: row;
    margin: 0 0 0.5rem 0;
}
.contact {
    flex: auto;
}

a {
    text-decoration: none;
    color: #5271FF;
}

ul {
    margin: 0.4rem 0 0 0;
}

hr {
    margin: 0.5rem 0;
}

b {
    font-weight: bold;
}

.job {
    font-size: 125%;
}

.subsection_info {
    margin: 0 0 0 0.5rem;
}


.about {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
    text-indent: 1.5rem;
    margin-left: 3rem; /* added left margin of 1rem */
    font-size: 1rem;
}