*, body{
    margin: 0; padding:0; 
}
body{font-family:'Poppins', sans-serif; background: url(../media/bg.jpeg) no-repeat center; background-size: cover; min-height: 100vh;}
.main{
    display:flex; align-items:center; flex-direction:column; justify-content:center; position:relative; height: 100vh; width: 100vw; background: rgba(0,0,0,0.4);
}
.logo{width: 80%; max-width: 450px;}

.gg-logo{position: absolute; bottom:25px; width:100px; left:calc(50vw - 50px)}

.notice { color: #fff; text-transform: uppercase; font-size: 1.6rem; letter-spacing: 2px;}
.address{color: #fff; font-size: 1.2rem; padding: 1rem 0 0;}
