body {
    background-color: #1b1b1b;
    text-align: center;
    font-family: "Slabo 27px", serif;
    color: #e6e6e6;
    font-size: 15px;
    height: 100vh;
    flex-direction: column;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.slabo-27px-regular {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}

.lighthouse {
    position: relative;
    top: -525px;
    left: 115px;
    scale: 42%;
}

.container {
  width: 244px;
  height: 116px;
  padding: 10px;
  margin: auto;
  border: solid 1px white
}
div {
    display: block;
    unicode-bidi: isolate;
}

a {
    color:#e6e6e6  
}

.subtitle {
    position: relative;
    top:-22px;
}

.enter {
    position: relative;
    top: -11px;
    font-weight: bold;
    font-size: larger;
}