*{
    margin: auto;
    padding: auto;
}
.bg {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}