a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:white; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:lightskyblue }

.full {
  height: 100vh;
  width: 100vw;
  margin: 0;

  background: url('./assets/prism.png') center center;
  font-family: 'Roboto', sans-serif;
  font-size: 35pt;
  color: white;
}

.center {
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.corner {
  position: fixed;
  top: 20px;
  left: 20px;
}

.image-box {
  height: 600px;
  width: 800px;
}

.centre {
  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  color: burlywood;
}

#background {
  display: none;
}