body{
    color: skyblue;
    background-image: url(../image/bg.png);
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
div {
    margin: 10px;
}
div img{
    margin-right: 30px;
}
table, tr, td {
   
    border: 1px solid skyblue;
    color: black;
}
h1 {
    color: black;
}
