body {
    --bg-color: white;
    --text-color: rgb(00,33,69);
    --link-color: #0056b3;
    margin: 0;
    font-family: Spectral;
    line-height: 1.4;
    font-size: 18px;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    color: var(--text-color);
}

.card {
    background: var(--bg-color);
    color: var(--text-color);
}

a {
    text-decoration: underline;
    color: var(--link-color);
}

a:hover {
    color: var(--link-color);
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
}

h1 {
    font-family: cormorant;
}
h2 {
    font-family: cormorant;
}
h3 {
    font-family: cormorant;
}

.abstract {
    font-style:italic;
}

.research-statement {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-family: cormorant;
    font-style:italic;
}

.blog {
    width: calc(50% - 2px);
    height: calc(100% - 2px);
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
}

.blog ul {
    margin-left: 0px;
    padding-left: 0px;
}

.blog li {
    list-style-type: none;
    font-family: cormorant;
    font-size: 28px;
}

.blog h1 {
    font-weight: lighter;
    font-family: cormorant;
    text-align: center;
}

.blog h2 {
    width: 100%;
    margin-bottom: 4px;
    font-weight: lighter;
    font-size: 26px;
}

.blog h2 span {
    font-family: Nanum Myeongjo;
}

.blog h3 {
    width: 100%;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: lighter;
}

.blog h3 span {
    font-family: Nanum Myeongjo;
}

.blog p {
    font-weight: normal;
    margin-top: 8px;
    margin-left: 0.25in;
    padding-right: 16px;
}