body {
	background-image: url("./tobias-zils-EKIlM9hgohc-unsplash.jpg");
    background-color: black;
	background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    z-index: 10;
}


.just_pattern {
    background-image: url('./pattern.png');
    position: absolute;
    opacity: 0.25;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.unsplash_credit {
	font-family: 'Courier New', Courier, monospace;
	font-size: x-small;
    bottom: 20px;	
    color: white;
}

.body {
    padding-top: 10%;
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    text-align: center;
    z-index: auto;
    color: white;
}

.a {
    font-style: normal;
    color: cadetblue;
}
