.hero {
    height: 400px;
    background: url('./img/bg.jpg') center/cover no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding-left: 30px;
}

.hero h1 {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    border-radius: 8px;
}


.navbar {
    background-color: RGB(141, 153, 174);
}

.content {
    background-color: RGB(237, 242, 244);
}