@import 'https://fonts.googleapis.com/css?family=Baloo|Baloo+Bhai|Lato|Montserrat|Open+Sans|Raleway|Roboto|Shrikhand';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url('https://fonts.googleapis.com/css?family=Coiny');

@font-face {
    font-family: consola;
    //src: url('https://cdn-servers.weeplom.com/w-static/_consola.ttf');
}
@font-face {
    font-family: consolab;
    src: url('https://cdn-servers.weeplom.com/w-static/_consolab.ttf');
}
.consolab {
    font-family: consolab;
}
.consola {
    font-family: consola;
}

* {
    outline: none;
    -webkit-appearance:none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
  padding: 0px;
  margin: 0px;
}

.iframe {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  border: none;
}

.credis {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  color: black;
  background-color: white;
  display: inline-block;
  border-radius: 0px 5px 0px 0px;
  padding-left: 3px;
  padding-bottom: 3px;
  
}

a {
  color: black;
}