@import url("fonts/cmu/cmu.css");

h1{
    color: black;
    font-size: 3rem;
    font-family: 'cmu_serif';
    font-style: bold;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    color: black;
    font-family: 'cmu_serif';
    font-style: bold;
    letter-spacing: 1.5px;
    font-size: 2rem;
    text-align: center;
}
body{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;

}
.content {
    position: relative;
    max-width: 750px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
h3{
    color: black;
    font-family: 'cmu_serif';
    font-style: bold;
    font-size: 1.6rem;
}
h4{
    color: black;
    font-family: 'cmu_serif';
    font-style: oblique;
    font-weight: bold;
    font-size: 1.4rem;
}
h5{
    color: black;
    font-family: 'cmu_serif';
    font-style: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
h6{
    color: black;
    font-family: 'cmu_serif';
    font-weight: normal;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 1rem;
    text-decoration-style: dotted;
    text-decoration-line: underline;
    text-underline-offset: 1px;
}
p{
    font-family: 'cmu_serif';
    text-align: justify;
  text-justify: inter-word;
}