.container-fluid {
    display: flex;
    flex-direction: column;
}

.backgroud-image {
    filter: blur(0.5px);
    width: 57vh;
    position: absolute;
    left: 0;
}

.logo_container {
    background-color: #d65858;
    height: 51.6vh;
}

.heading_1 {
    margin-left: 20%;
}

.buttonsContent {
    background-color: rgb(196, 195, 195);
}

.buttonsContent h6 {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

img {
    height: 100%;
    width: 100%;
}

.imagelogo {
    width: 200px;
    margin: 0 auto;
}

.imgbutton {
    width: 25px;
    min-width: 20px;
}

.centerbutton {
    max-width: 300px;
    margin: auto;
}

.text p {
    font-family: 'Raleway', sans-serif;
}

.text h6 {
    font-size: 20px;
}

@media screen and (max-width: 400px) {
    .centerbutton {
        font-size: 12px;
    }
    .text h6 {
        font-size: 15px;
    }
}