@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet');

body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.12px;
    line-height: 1.5em;
    margin-bottom: 2em;
    margin-left: 18%;
    margin-right: 18%;
}

strong {
    font-weight: 600;
}

color-emph {
    color: #798391;
}

normal {
    font-size: 15px;
}

small {
    font-size: 13px;
}

center {
    text-align: center;
}

h1,h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

h1 {  
    font-size: 26px;
    margin-top: 1em;
    margin-bottom: 1em;
}

h2{
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: 1em;
}

a {
    color: rgb(38, 57, 119);
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: .2em;
}

a:hover {
    color: #fb2d3b;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: .2em;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.img-right {
    float: right;
    margin-top:0px;
    margin-right: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.8em;
    max-width: 25%;
    min-width: 140px;
    height: auto;
    border-radius: 0%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 60%;
    min-width: 350px;
    flex: none;
}

img{
    height: 250px;
}