@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

body * {
  box-sizing: border-box; }

aside {
  max-width: 320px;
  width: 100%;
  margin-left: 30px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

button {
  font-family: 'Roboto', sans-serif; }

svg {
  width: 20px;
  height: 19px; }

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding: 15px; }

@media only screen and (min-width: 1000px) {
  #single-casino-content .container aside {
    margin-bottom: 140px; } }
