* {
  padding: 0;
  margin: 0;
}

html,
body {
  background-image: url('assets/background.gif');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Arial', 'Helvetica', sans-serif;
  color: #fff;
  height: 90vh;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.nav-bar {
  background-color: #133042a2;
  backdrop-filter: blur(0);
  margin: 8px;
  border-radius: 5px;
  border: 2px solid #152f77;
  text-align: center;
  overflow: hidden;
}

.nav-bar:hover {
  backdrop-filter: blur(2px);
}

.nav-bar a,
.nav-bar button {
  display: inline-block;
  color: inherit;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.nav-bar a:hover,
.nav-bar button:hover {
  background-color: #1f3142;
}

.nav-bar a.active {
  background-color: #263953;
}

.content {
  background-color: #133042a2;
  backdrop-filter: blur(0);
  margin: 8px;
  border-radius: 5px;
  border: 2px solid #152f77;
  height: calc(100% - 15px);
}

.content:hover {
  backdrop-filter: blur(2px);
}

.help{
  position: absolute;
  left: calc(50vw - 151.5px);
  top: 50vh;
  width: 303px;
  color: #ffffff42;
}

.social {
  position: absolute;
  text-align: left;
  width: 205px;
  height: fit-content;
  padding: 20px;
  border: inherit;
  border-radius: inherit;
  background-color: #263953c9;
  cursor: move;
  left: 2vw;
  top: 50px;
}

.social a, .projects a {
  color: inherit;
  text-decoration: none;
}

.social img {
  width: 0.85em;
  filter: invert(100%);
}

.tiles {
  position: absolute;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
  width: 254px;
  border: inherit;
  border-radius: inherit;
  background-color: #263953c9;
  cursor: move;
  right: 2vw;
  top: 50px;
}

.tiles a {
  background-color: #37759ba2;
  border: 2px solid #152f77;
  border-radius: 5px;
  display: inline-block;
  width: 230px;
  height: 120px;
  color: #fff;
  margin: 5px;
  cursor: pointer;
}

.game {
  left: calc(50vw - 342px);
  top: 2vh;
}

#game {
  position: absolute;
  border: inherit;
  border-radius: inherit;
  padding: 10px;
  padding-top: 25px;
  background-color: #263953c9;
  width: 640px;
  height: 480px;
  cursor: move;
}

.projects {
  position: absolute;
  text-align: left;
  width: 205px;
  height: fit-content;
  padding: 20px;
  border: inherit;
  border-radius: inherit;
  background-color: #263953c9;
  cursor: move;
  left: 2vw;
  top: 250px;
}

.mine {
  position: absolute;
  text-align: left;
  font-size: small;
  width: 205px;
  height: fit-content;
  padding: 20px;
  border: inherit;
  border-radius: inherit;
  background-color: #263953c9;
  cursor: move;
  left: 2vw;
  top: 450px;
}

#mc, #mc2, #mc3 {
  font-size: smaller;
}

#favicon1, #favicon2, #favicon3 {
  height: 30px;
  width: 30px;
}

#p1, #p2, .ph {
  position: absolute;
  right: 20px;
}