* {
margin:0;
padding:0;
box-sizing:border-box;
}

body,html {
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

.hero {
background:url('https://www.adamfromthepit.com/assets/images/bg.jpg') no-repeat center center/cover;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
}

.center-box {
padding:40px 60px;
border-radius:8px;
}

.logo {
max-width:350px;
width:100%;
margin-bottom:30px;
}

.social-icons a {
color:white;
font-size:28px;
margin:0 15px;
transition:0.3s;
}
