/* Add custom CSS styles below */ 
html body {
    background: url(https://i.ibb.co/M6LjrwW/geometry.png);
}

.home-block--bg {
    background: #f5f7f9;
    background: #f5f7f900;
}



.testimonial-entry {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #31b9dfc4;
    border-radius: 8px
}