
body {

    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.bg {
    font-size: 3rem;

    background: url("https://usercontent.flodesk.com/b0c67d92-21ee-4c20-8597-3c4106d24a5c/upload/ujbgjr7coa/85118900_584796212365335_2027795278966292480_n.jpg") no-repeat center center/cover;
    background-image: url('https://usercontent.flodesk.com/b0c67d92-21ee-4c20-8597-3c4106d24a5c/upload/ujbgjr7coa/85118900_584796212365335_2027795278966292480_n.jpg');

    background-repeat: no-repeat;

    height: 100vh;
    width: 100vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hello {
    /* margin-left: 50%; */
    margin-top: 90vh;
    font-weight: bolder;
    color: brown;
}
