@charset "UTF-8";
html {font-family: 'Carrois Gothic', Helvetica, Arial, sans-serif; letter-spacing: -0.02em; line-height: 1.3em; font-size: 16px; color: #575c69;}
a {text-decoration: none; color: #575c69;}
p span {font-weight: bolder;}
body {margin: 0!important;}
#info {float: right; text-align: right; margin-right: 10vw; margin-left: 10vw; margin-top: 15vh; z-index: 100; padding: 25px 40px; background: white; border-radius: 15px;}
#bg-graphics {width: 100vw; height: 100vh; min-width: 800px; z-index: -1000;}
#bg-graphics img {width: 100%; position: fixed; bottom: -10px; z-index: -1000;}

@media (max-width : 864px ){
  p { font-size: 80%;}
}

@media (max-width : 600px ){
  #info img {width: 80%;}
}
