@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
  font-family: "Helvetica", sans-serif;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 5px;
  line-height: 1.25em;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  color: black;
  background-color: white;
  background-size: 15%;
  background-image: url("./Images/background.png");
  background-repeat: repeat;
  height: 100%;
}

header, footer {
  text-align: center;
  display: flex;
  flex-flow: column wrap; 
}

/* Column container */
.game {
  display: flex;
  flex-wrap: wrap;
  column-count: 2;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/right column */
.rside {flex: 25%; /* Set the width of the sidebar */}

/* Main column */
.lside {flex: 75%; /* Set the width of the main content */ }


iframe, img {
  display: block;
  border-radius: 15px;
  border: 0px;
}

img {
  width: 20%;
  height: 25%;
  margin: auto;
}

h1 {
  font-family: "Arial", sans-serif;
  margin: 15px 10px;
  font-size: 28px;
}

h2 { 
  font-size: 24px;
  text-align: center;
}

h3 { 
  font-size: 20px;
  text-align: center;
}

p, a, button, table, ul, li {
  font-size: 16px !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
}

.nobullet{
  list-style: none; 
  margin: 5px -15px; 
  font-size: 12px;
}
