body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.stretched-img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.credits {
	position: absolute;
    bottom: 10px; 
    left: 10px;
    color: white; 
    font-size: 20px; 
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px; 
	font-size:10pt;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}