body {
    background-color: #0b0d16;
    overflow: hidden;
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}


#soul {
    display: none;
}




#uc {
    width: 105vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;   /* horizontal centering */
    align-items: center;
    background-image: url(https://media1.tenor.com/m/fGQKHVGkP6oAAAAd/fluttershy-my-little-pony.gif);
    background-size: cover;
    background-position: 50% 65%;
    position: relative;
    left: -5vw;
    
}

#cimg {
    width: 100%;
}

#ctxt {
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5vw;
    text-shadow: 
    4px 4px 0 #000,   /* outline */
    8px 8px 10px rgba(0,0,0,0.8); /* shadow */
    user-select: none;   
  -webkit-user-select: none; 
  -ms-user-select: none;
  position: relative;
  left: 2.5vw;
}