* {
  font-family: 'Courier New', sans-serif;
}

a:link {
  color: #A7DC44;
}

a:visited {
  color: #668FAE;
}

a:hover {
  color: #78B900;
  cursor: url("../assets/cursors/gam945.gif"), auto;
}

body {
  background-image: url("../assets/bg/bg-1.png");
  background-repeat: repeat;
  cursor: url("../assets/cursors/gam942.gif"), auto;
  display: flex;
  justify-content: center;
}

html, body, .container {
  height: 100%;
  margin: 0;
}

h1, .header {
  text-align: center;
  padding: 2vw;
}

h1, h2 {
  color: #EFF1F3;
}

.p-main {
  padding: 15px;
  color: #0E0E0E;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.header {
  font-size: 1.5em;
  margin: 30px 25px 0 25px;
  background-image: url("../assets/images/space.gif");
  border: solid 4px #2C211F;
  border-radius: 25px;
  overflow: hidden;
}

.img-top {
  width: 80px;
  height: 80px;
}

.img-resize-1 {
  width: 30%;
  height: auto;
} 

.img-resize-2 {
  width: 15%;
  height: auto;
  padding: 0 0 4vh 0;
}

.container {
  width: min(94vw, 1600px);
  margin-top: 2rem;
}

.box-main {
  background-color: #005862;
  border-radius: 17px;
  border: solid 4px #2C211F;
  overflow: hidden;
}

.sub-box-1 {
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#center {
  display: flex;
  justify-content: center;
  align-items: center;
}