.container-fluid {
    margin-left: 100px;
}
body{
    background-color: #343a40;
}
.container {
    font-size: 24px;
    background: gray;
}
.parallax {
    background-image: url('images/theplace2022_2.png');
    background-attachment: fixed;
    height: 500px;
}

#aboutMe_anchor {
    background-color: white;
}


