* {
  font-family: 'Montserrat', sans-serif !important;
}

body, iframe {
  margin: 0;
  border: 0;
  background-color: black;
}

#loading {
  background-color: #27d79d;
  background-image: url("https://www.renuo.ch/images/header-gray-c059a3ec41d8322d3e3fa1656b578ccb.svg?vsn=d");
  min-height: 100%;
  min-width:  100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loading > p{
  font-size: 64px;
  text-align: center;
  font-family: Arial, serif;
  color: white;
  margin: 0.5em;
}

#timeout{
  font-size: 24px !important;
}
