html, body {
  margin: 0px 0px;
  padding: 0;
  text-shadow: 0px 0px 2px black;
  overflow-x: hidden;

  color: white;
  background-color: black;
  outline-style: solid;
  outline-color: black; 

  font-family: "Radio Canada Big", sans-serif;
  font-family: "Crimson Text", serif;
}

.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

.radio-canada-big-regular {
  font-family: "Radio Canada Big", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

canvas {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
}

.topnav {
  overflow: hidden;
  list-style-type: none;
  position: relative;
  z-index: 1;
}

/* Navbar links */
.topnav a {
  float: right;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
a:hover {
  color: grey;
}

a {
  color: white;
  text-decoration: none;
  line-height: 1;
}

.column {
  float: left;
  padding: 15px;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.column.side {
  width: 20%;
}

.column.middle {
  width: 60%;
}

.column.middletwo {
  width: 30%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

p {
  line-height: 1.0;
}

h1 {
  font-size: xx-large;
  line-height: 1.0;
  font-style: bold;

  font-family: "Radio Canada Big", sans-serif;
  font-weight:500;
}

h2 {
  font-size: large;
  line-height: 1.0;
  font-style: bold;

  font-family: "Radio Canada Big", sans-serif;
  font-weight:500;
}

::selection {
  color: black;
  background: white;
  text-shadow: 0px 0px 0px black;
}

mark {
  color: black;
  background: white;
  text-shadow: 0px 0px 0px white;
}

.div-img{
    justify-content: center;
    align-items: center;
    display:flex;
}

img {
  image-rendering: pixelated;
  position: relative;
  transition: transform .5s;

  margin:0 auto;
}

img:hover{
  transform:scale(1.);
}

.container {
  max-width: 920px;
  margin: 1em auto;
  padding: 1em;
  font-family: Averia Serif Libre, sans-serif;
  font-size: 12px;
  line-height: 3.0;
}

  
.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}


.hidden-text{
  color: black;
}

* {
  box-sizing: border-box;
}