body, html{
width: 100%;
height: 100%;
background: #1b96b4;
padding: 0;
margin: 0;
}

body{
background: url(../images/bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: ceter center;
font-family: 'Poppins', sans-serif;
font-weight: 100;
}

.main {
height: 100%;
width: 100%;
display: table;
}

.wrapper {
display: table-cell;
height: 100%;
vertical-align: middle;
text-align: center;
color: #fff;
}

h1{
font-weight: 200;
margin: 0;
padding: 0;
color: #fff;
line-height: 120%;
padding: 0 50px;
}

p{
font-weight: 400;
margin: 0;
padding: 0;
color: #fff;
}

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

.logo{
width:200px;
position: absolute;
bottom: 30px;
left: 50%;
margin-left: -100px;
}
