.bg {
    background-image: url(https://picsum.photos/1920/1080/?random);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    filter: contrast(.7) brightness(.7);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.content {
    align-items: center;
    bottom: 0;
    color: white;
    display: flex;
    flex-wrap: wrap;
    font-family: sans-serif;
    justify-content: center;
    left: 0;
    padding: 15vw 20vw 20vw;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}

.content-text {
    padding: 2rem;
    background-color: black;
    opacity: 0.7;
}
.links {
    margin-top: 1rem;
}

.nav-link:hover {
    color: gray;
}

h1 {
    font-weight: normal;
}

p {
    margin: 0;
}
