.header{
  width: 95%;
  height: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #446cbd;
  position: relative;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.logo{
  width: 250px;
  height: auto;
  margin: 20px;
}

.howtoplaytxt{
  margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 50px;
  font-family: Oswald;
}

.menubtns{
  width: 160px;
  height: auto;
  margin: 20px;
  position: sticky;
  text-align: center;
  top: 0%;
  left: 90%;
}

.menubtn{
  width: 140px;
  height: 50px;
  margin: 10px;
  border-radius: 10px;
  background-color: #67cc3a;
  color: #f7f7f7;
  font-size: 16px;
  font-family: Roboto;
  border: none;
}

.mainbody{
  width: 95%;
  background-color: #f7f7f7;
  display: grid;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 20px;
}

.instractionstxt{
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin: 20px;
  color: #6abd45;
  font-family: Oswald;
}

.maintxt{
  margin: 25px;
  font-size: 20px;
  font-family: Calibri;
  text-align: left;
}

.cardlist{
  width: 95%;
  background-color: #d49c00;
  border: #d49c00;
  display: grid;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-radius: 20px;
}

.cardlisttxt{
  width: 100%;
  height: 60px;
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  position: relative;
  color: white;
  font-family: Oswald;
}

.cardlistdisclaimer{
  width: 100%;
  height: 20px;
  margin-top: 2px;
  text-align: center;
  font-size: 15px;
  position: relative;
  color: white;
  font-family: Oswald;
}

.cardboard{
  width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card{
  margin: 20px;
}

.footer{
  width: 100%;
  height: auto;
  bottom: 0%;
  position: relative;
  display: table-cell;
  background-color: #e29c28;
  color: white;
}

.eudisclaimer{
  width: 100%;
  display: flow-root;
}

.eudisclaimertxt{
  width: 50%;
  margin: 20px;
  position: relative;
  float: left;
  font-family: Roboto;
}

.euflag{
  width: auto;
  height: 66px;
  right: 0%;
  margin: 20px;
  float: right;
  position: relative;
}

.footerbtns{
  width: 100%;
  position: relative;
}

.footerbtn{
  width: auto;
  float: left;
  margin: 20px;
  margin-top: 10px;
  font-size: 18px;
  font-family: Roboto;
}

.footervue{
  width: auto;
  float: right;
  margin: 10px;
  margin-top: 10px;
  font-size: 18px;
  font-family: Roboto;
  position: relative;
  right: 0%;
}
