@font-face {
	font-family: 'SF PRO';
	src: url('../fonts/SfPro_Regular.OTF');
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: 'SF PRO', sans-serif;
    color: #fff;
    background: #222e48 url('../images/bg-main.png') no-repeat center center;
    background-size: cover;
}

img {
	width: 100%;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box-container {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 20px
}

#footer {
    margin-bottom: 0;
}