body{
   background-image: url(image.png);
   background-size: 150px;
}
.box{
    border: 1px solid;
    background-color: black;
    width: 700px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    padding-left: 10px;
}
.t{
    color: white;
}