body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 95vh;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: sans-serif;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29%;
    height: 80vh;  
    margin: auto;
}

#rkgk img {
    width: 100px;     
    height: 312px;   
}

#rkgk, #in {
    margin: auto;  
}

#in {
    padding: 0px 0 0 7px;
    font-size: 11.5px;
    color: #777;
    line-height: 150%;
}

#sen {
    width: 200px;
    font-size: 14px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.en {
    font-family: arial, sans-serif;
    font-size: 34px;
    line-height: 50%;
    letter-spacing: 0px;
    text-transform: lowercase;
}

#enterLink {
    display: inline-block;
    transition: transform 0.1s; 
}

#enterLink:focus {
    transform: scale(0.93);
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: blue;
}

h1 {
    letter-spacing: 10px;
    font-size: 40px;
    font-family: y2k;
}

#h1:hover h1 {
    color: white;
}

img {
    -webkit-user-drag: none; /* safari, chrome, opera */
    -khtml-user-drag: none; /* konqueror html */
    -moz-user-drag: none; /* firefox */
    -o-user-drag: none; /* opera antigo */
    user-drag: none; /* sintaxe padrão inicial */
}