.contact-box {
    background: linear-gradient(0deg, rgba(150, 149, 149, 0.rgba(160, 157, 157, 0.199)0.199)),
        url(images/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    border-radius: 10px;
}

.container-2 {
    width: 90%;
    margin: auto;
    padding: 10px;
}

body {
    height: 150vh;
    background-color: rgba(37, 149, 190, 0.062);
}
button{
    padding: 10px 30px;
}