body{
    background-color: black;
}
img{
    position: fixed;
    width: 50vh;
    height: 50vh;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
p{
    font-size: 150%;
    position: fixed;
    color: aliceblue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    list-style-type: none;
    margin-bottom: 5%;
    padding: 0;
    overflow: hidden;
}