body {
    margin: 0;
    font-family: 'VCR OSD Mono', sans-serif;                             
}

.wallpaper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url(./cock.gif);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    color: #fff;
    font-size: 50px;
    transform: scale(10, 20);
}

.para {
    text-transform: uppercase;
    line-height: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: rgba(255, 255, 255, 1);
  }

.paragraph-2 {
    text-transform: uppercase;
    line-height: 17px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}

footer {  
    position: fixed;  
    bottom: 30px;  
    width: 100%;  
    text-align: center;
    text-transform: uppercase;
    line-height: 17px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    }  

a {
    text-transform: uppercase;
    line-height: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    color: white;
    opacity: 0.8
}
    
a:hover {
    opacity: 1
}
    
#enter{
    top:0;
    left:0;
    z-index:3;
    opacity:1;
    width:100%;
    height:100vh;
    cursor:pointer;
    position:fixed;
    text-align:center;
    background-color:#000;
    transition:opacity .5s
}
.begin{
    font-weight: normal;
    font-size: 20px;
}
#main{
    z-index:2
}

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

.line-2{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 200ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}