body {
    font-weight: 400;
}
.bg-custom {
    background-image: url("bg.jpeg");
    background-color: #e9e7ea;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.btn-custom {
    background-color: #2c652e;
}

.btn-custom:hover {
    background-color: #2c652e;
}
