* {
  box-sizing: border-box;
}

 /* unvisited link */
 a:link {
  color: rgb(121, 110, 110);
}

/* visited link */
a:visited {
  color: rgb(121, 110, 110);
}

/* mouse over link */
a:hover {
  color: rgb(219, 0, 0);
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: /*underline*/none;
}

a:active {
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
} 

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
header {
  background-color: #332f2f;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  font-family:Arial, Helvetica, sans-serif;
  color: white;
}

headerGame {
  background-color: #332f2f;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  font-family:Arial, Helvetica, sans-serif;
  color: white;
}

/* Create two columns/boxes that floats next to each other */
nav {
  float: left;
  width: 20%;
  height: 300px; /* only for demonstration, should be removed */
  background: #ccc;
  padding: 20px;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}

article {
  float: left;
  padding: 20px;
  width: 80%;
  background-color: #f1f1f1;
  height: 300px; /* only for demonstration, should be removed */
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
  background-color: #332f2f;
  padding: 10px;
  text-align: center;
  color: white;
}

/* Style the footer */
footerGame {
  background-color: #332f2f;
  padding: 10px;
  text-align: center;
  color: white;
}


/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}

div {
    display: flex;
    justify-content: space-between;
}


#button1 {
  background-color: #3d3d3d; /* Green */
  border: none;
  color: white;
  padding: 0px 1px;
  text-align: right;
  text-decoration: none;
  font-size: 1px;
  float: right;
} 

#button1 {
  background-color: #3d3d3d; /* Green */
  border: none;
  color: white;
  padding: 1px 1px;
  text-align: right;
  text-decoration: none;
  font-size: 1px;
  float: right;
} 


#button1:hover {
  background-color: #d44789; /* Green */
  color: white;
  color:#f30071;
}

.btn {
  background-color: #f1f1f1;
  border: none;
  color: rgb(255, 0, 255);
  padding: 2px 2px;
  font-size: 55px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  color: rgba(255, 135, 255, 0.993);
}


/* CSS */
.button-71 {
  background-color: #d000c6;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

/*.swal-height {
  height: 80vh;
}*/

.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}