#log{
    min-height: 100vh;
    background: linear-gradient( rgb(0, 0, 0), rgba(0, 0, 0, 0.5) ), url(https://upload.wikimedia.org/wikipedia/commons/1/17/Digital_rain_animation_small_letters_clear.gif);
    color: greenyellow;
    margin: 0;
    padding: clamp(1rem, -1.857rem + 7.619vw, 5rem);
    text-shadow: 0 0 6px greenyellow;
    font-family: 'digitaltxt'; 
}

#log p h3{
    margin: 0;
}