@font-face {
  font-family: superMarioFont;
  src: url(../font/SuperMario256.ttf);
}

.container {
  background-image: url(../img/wallpaperMario.jpg);
  height: auto;
  width: 100%;
  max-width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.title {
  font-family: superMarioFont;
  font-size: 14vmin;
  -webkit-text-stroke: 3px black;
  text-shadow: 2px 2px 4px black;
  margin-top: 10px;
  margin-left: 20px;
}

.buttonContainer {
  margin-top: 15%;
  margin-left: 20px;
}

.btn {
  font-family: superMarioFont;
  font-size: 10vmin;
  -webkit-text-stroke: 2px black;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}

.btn1 {
  -webkit-text-stroke: 2px black;
  text-shadow: 4px 4px 8px black;
}

.btn1:hover {
  -webkit-text-stroke: 2px black;
  text-shadow: 4px 4px 8px white;
}

.modal-play {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-play {
  background-image: url(../img/brick.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 12% auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0%;
  width: 50%;
  height: 60%;
  font-family: superMarioFont;
  font-size: 5vmin;
  color: white;
  -webkit-text-stroke: 2px black;
}

.close-play {
  color: white;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.close-play:hover,
.close-play:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.img {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 5px 10px #fff;
  padding: 2px;
}

.btn_card {
  font-family: superMarioFont;
  font-size: 5vmin;
  -webkit-text-stroke: 2px black;
  background: transparent;
  border-color: transparent;
  margin-top: 10px;
}

.btn_card1 {
  -webkit-text-stroke: 2px black;
  text-shadow: 4px 4px 8px black;
}

.btn_card1:hover {
  -webkit-text-stroke: 2px black;
  text-shadow: 4px 4px 8px white;
}

.card {
  width: 30%;
  margin-top: 20px;
  margin-left: 10px;
}

.container-btn {
  padding: 2px 16px;
}

.modal-controls {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-controls {
  background-image: url(../img/brick.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 15% auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0%;
  width: 50%;
  height: 50%;
  font-family: superMarioFont;
  font-size: 5vmin;
  color: white;
  -webkit-text-stroke: 2px black;
}

.close-controls {
  color: white;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.close-controls:hover,
.close-controls:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fas {
  font-family: superMarioFont;
  font-size: 7vmin;
  cursor: pointer;
  user-select: none;
  color: #009fde;
  -webkit-text-stroke: 2px black;
  text-shadow: 4px 4px 8px black;
  margin-left: 10px;
  margin-top: 10px;
}

.fas:hover {
  text-shadow: 4px 4px 8px white;
}

.controlsAD {
  background-color: white;
  border-radius: 6px;
  -webkit-text-stroke: 2px black;
  box-shadow: 8px 8px 16px black;
  text-shadow: 2px 2px 4px black;
  border-color: black;
  font-size: 7vmin;
  font-family: superMarioFont;
  height: 96px;
  width: 96px;
  margin-bottom: 5%;
  position: relative;
}

.controlsSpace {
  background-color: white;
  border-radius: 6px;
  -webkit-text-stroke: 2px black;
  box-shadow: 8px 8px 16px black;
  text-shadow: 2px 2px 4px black;
  border-color: black;
  font-size: 7vmin;
  font-family: superMarioFont;
  height: 96px;
  width: 185px;
  margin-bottom: 5%;
  position: relative;
}
