.bground {
    background-image: url("AnafLOGO1168x568.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.box {
    background-image: url("AnafLOGO1168x568.jpg");
    background-color: white;
    opacity: 1;
    width: 70%;
    height: 568px;
    padding: 10px;
    border: 3px solid blue;
    /*margin: auto; 
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    color: DarkBlue; */
}

.tbox {
    margin: auto;
    display: block;
    opacity: 1;
    padding: 140px 0px 10px;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    color: DarkBlue;  
}