
body {
    background-image: url("../images/background.jpg");
}
h1{

  font-size:70px;
  font-family:"Lucida Sans Unicode";
  line-height: 0.5;
  color:#ECECEC;
  position: relative;
  top: 220;
  text-align:center;
}

.bm{
  width: 230px;
  position: absolute;
  top: 30;
  left: 50;
}
.semi-transparent-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px;
  width: 80%;
  max-width: 220px;
  background: #fff; /* fallback color for old browsers */
  background: rgba(255, 255, 255, 0);
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
  background: #1e348e; /* fallback color for old browsers */
  background: rgba(54, 89, 121, 0.25);
  position: relative;
  top: 250;
  margin-top: 25;
}
.semi-transparent-button:hover,
.semi-transparent-button:focus,
.semi-transparent-button:active {
  background: #1e348e; /* fallback color for old browsers */
  background: rgba(54, 89, 121,0.5);
  color: #fff;
}
