body{
    background-size: cover;
    background-image: url('/img/brand_bg.jpg');
    font-family: "Interstate Light", sans-serif;
    margin:0;
    padding:0;
}

.center-v{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.center-h{
    margin: 0 auto;
    width: 40rem;
}

.content-box{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.2rem;
    text-align: center;
    box-sizing: border-box;
    padding: 3rem;
}

.logo{
    box-sizing: border-box;
    max-height: 8rem;
    padding: 1rem 4rem;
}