body{
	background: url(https://storage.unitedwebnetwork.com/files/1181/e17df9b5d157b403c8f29d7a49332bb6.webp);
	background-size: cover;
}
.footer-img img{
	width: 100%;
	max-width: 130px;
	padding-bottom: 1rem;
}
.footer-img{
	margin:0 auto;
	text-align:center;
}  
form.fForm .form-heading {
    border-bottom: 1px solid var(--brand-color-3-text);
    color: var(--brand-color-3-text);
}
a.fButton,
a.f-button,
.fForm .buttons input{
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    color: #ffff;
    font-weight: 600;
    text-align: center;
    background-color: var(--brand-color-1);
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    transition: all 300ms ease;
    display: inline-block;
    border: 3px solid var(--brand-color-1);
    font-family: Seravek;
}
a.fButton:hover, .fForm .buttons input:hover {
	background: #fff;
	color:#6EC1E4;
}