body {
  background-color: black;
}

.main_content {
  background-color: black;
  background-image: url('/images/splash.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  color: #ddd;
  width: 926px;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  padding: 5px;
  position: relative;
}

.name {
  font-size: 130px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #0d0d0d;
  top: -10px;
}

.romanian, .soprano {
  font-size: 50px;
  color: #0d0d0d;
  position: absolute;
  margin: 0px;
}

.romanian {
  top: 130px;
  left: 520px;
}

.soprano {
  top: 200px;
  left: 580px;
}

.enter {
  position: absolute;
  bottom: 5px;
  right: 8px;
  margin: 0px;
}

a {
  color: #fff;
}

.backup {
  width: 538px;
  height: 768px;
}
