body {
    background: black;
}

h2, p {
    color: white;

}

#hero {
    width: 100%;
    height: 100vh;
    background: black url(../image/Bodyguard_1.webp) no-repeat center;
    background-size: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
}

.row {
    height: 100%;
    width: 100%;
}