@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/** elements **/
* {
    font-family:"Montserrat",serif;
    font-weight: 400;
    font-size: 1rem;
}

body {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 5%;
    word-wrap: break-word
}

strong {
  font-weight: 600; /* Black */
}  

h1 {
    font-size: 1.1rem;
    font-weight: 700; /* Black */
}  

/** classes **/
.underline {
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.center {
    text-align: center;
}