body {
	background-color: #ffffff;
	font-family: Inter,Helvetica Neue,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;
	height: 100vh;
    padding: 0rem;
    margin: 0rem;
    display: flex;
    flex-direction: column;
    background-image: url(img/bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
	text-transform: uppercase;
	font-weight: 400;
	color: #833e3b;
    text-align: center;
    margin-top: 5%;
    text-shadow: 2px 2px 20px #fff;

}

p {
	color: #fff;
	font-weight: 300;
}

a {
    color: #fff;
    text-decoration: none;
}

.logo-big {
    width: 40%;
}

.logo-footer{
    width: 150px;
}

.content-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    flex-direction: column;
}

footer {
    clear: both;
	background-color: #833e3b;
    padding: 70px 0 50px 0;
    text-align: center;
    width: 100%;
    bottom: 0px;
    position: fixed;
}