header {
background-image: url('../bilder/2iuk97e354.jpg');
background-position: 25% 80%;
background-size: cover;
background-repeat: no-repeat;
color: white;
padding: 75px 0;
text-align: center;
}

.container {
max-width: 960px;
}

small {
display: block;
font-size: 1rem;
margin: .5rem 0;
}

p {
hyphens: auto;
}

header h1 {
background: rgba(0, 0, 0, 0.5);
display: inline-block;
padding: 15px 30px;
border-radius: 8px;
}

footer {
background-color: #343a40;
color: white;
padding: 20px 0;
text-align: center;
}
