html {
    background-color: rgb(255, 255, 255);
}

body {
    color: black;
    height: 100vh;
    overflow: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-family: monospace;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

.page {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5in;
    padding-right: .5in;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 12in;
    background-color: rgb(192, 192, 192);
}

.copyright {
    margin-top: 1em;
    font-size: 8pt;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

div {
    text-align: justify;
    background-color: transparent;
}

.heading-container {

    border: solid gray 5px;
    border-radius: 15px;
    background-color: white;
}

.heading {
    display: flex;
}

.personal-info {
        margin-top: 10px;
        margin-left: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
}

.name {
    font-size: 38pt;
    font-weight: bold;
}

.title {
    font-size: 16pt;
    font-weight: bold;
}

.contact-info {
    font-size: 14pt;
}


.avatar-div {
    
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    right: 0;
}

.avatar-image {

    position: absolute;
    height: 256px;
    bottom: -256px;
    right: 15%;
}

.content-container {
    margin-top: 10px;
    padding-bottom: 10px;
    border: solid gray 5px;
    border-radius: 15px;
    background-color: white;
}

.content {
    
    margin-top: 10px;
    font-size: 14pt;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

.section-header {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 10px;
}

.section-content {
    font-size: 14pt;
    margin-top: 10px;
    text-align: justify;
}

.experience-company {
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}

.experience-content {
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.experience-date {
    font-size: 14pt;
    font-weight: bold;
}

.experience-content-dated {
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.education-school-name {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;

}

.education-content-0 {
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
}

.education-content-1 {
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.skills-div {
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.skills-table {
    font-size: 14pt;
    width: 100%;
    text-align: left;

}

.skills-category {

    width: 35%;
}

.skills-content {
    width: 65%;

}

. .resume-frame {
    border: solid gray 5px;
    border-radius: 15px;
}

.horizontal-line {
    width: 100%;
    height: 2px;
    background: black;
}

.image-container {
    display: flex;
}

.image-content {
    margin: 10px;
}

.copyright-container {

    margin-left: 10%;
    margin-right: 10%;
    background-color: white;
}

.credit {
    font-size: 8pt;
    text-align: center;

    margin-top: 5px;
    margin-bottom: 0px;
}

.credit-content{

    margin:auto; text-align: center;
}

.publication-date {
    font-size: 8pt;
    text-align: center;

    margin-top: 0px;
    margin-bottom: 0px;
}

.copyright {
    font-size: 8pt;
    text-align: center;
   
    margin-top: 0px;
    margin-bottom: 0px;
}

