:root {
     --yellow:#F0C808; /*Yellow*/
     --red:#E80D06; /*Red*/
     --blue:#1C60E8; /*Blue*/
     --green:#9BC04C; /*Green*/
     --black:#1A1918; /*Black*/
     --white:#F3F0EC; /*White*/
}

@font-face {
  font-family: boldFont;
  src: url('/img/San Marino Beach.otf');
}

body {
  background-color: transparent;
  font-size: 12px;
}

.title {
 font-family: boldFont; 
 font-style: italic;
 color: var(--white);
}

.sub-title {
 font-family: boldFont; 
 font-style: italic;
 color: var(--red);
}

.article-container {
 background-color:var(--white);
 color:var(--black);
 border-radius: 5px;
 padding: 15px;
}
