#background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    background-color: #000;
    background-image: url("../assets/businessbg.png");
    background-position: center;
    background-repeat: no-repeat;
}
#lpb{
    min-width: 1200px;
    min-height: 780px;
}
#card-logo{
    width: 180px;
    font-size: 15pt;
}