@font-face {
  font-family: 'Mozart';
  src: url('Mozart.ttf') format('truetype');
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  cursor: url(cur116.cur), progress;
}

a:hover {
	cursor: url(cur117.cur), default;
}

p {
  font-family: Mozart;
}

.btn, .option, .progress>.subtitle, .title {
  text-transform: none;
  cursor: url(cur117.cur), default;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.page-container {
  display: flex;
  height: 100vh;
}

.logo {
  margin: 2rem;
}

.content {
  flex: 1 0 auto;
}

.intro {
  text-align: center;
  padding: 0;
}

.text {
  font-size: 28px;
}

.screenshots {
  margin: auto;
}

.screenshot {
  max-width: 100%;
  height: auto;
}

.release-name {
  margin-top: 1rem;
  text-align: center;
}

.team-name {
  margin: 0;
  padding-bottom: 0;
}

.container > * {
  z-index: 1;
}

/* Return on top */
#returnOnTop {
    background: url('../imgs/return_on_top.png') no-repeat;
    bottom: 1%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50); /* IE < 8 */
    height: 48px;
    opacity: 0.5;
    position: fixed;
    right: 1%;
    width: 48px;
}

#returnOnTop:hover {
    filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 1;
}