

html,
body {
  height: 100%;
  margin: 0;
}

html{
  cursor: url('http://www.rw-designer.com/cursor-extern.php?id=18144'), auto;
}

body {
  background-color: #2c425c;
  overflow: auto;
}

footer {
  background-color: #203145;
  padding: 20px;
  margin-top: auto;
}

a {
  text-decoration: none;
  color: black;
}

main {
  margin: auto;
  min-height: 100vh;
}

h1,
footer {
  color: #ffffff;
}

.text-white {
  text-align: center;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-width: 0.2rem;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
}

.row-content {
  display: flex;
}



main {
  flex: 3;
  margin: 20px;
  transition: transform 0.5s ease;
  transform: translateX(-10%);
  z-index: 9999;
}

