h1 {
    color: black;
    font-size: 200%;
}

h2 {
    color: blue;
}

p {
    color: black;
   
}

li {
    color: black;
   
}
img {
    width: 100%;
    height: 100%;
}
table {
    border-spacing: 15px;
}
    body {
        background: lightgray;
        font-family: verdana;
        font-size: 160%;
    }
/* Style the header */
header {
    background-color: #8dbad8;
    padding: 10px;
    text-align: center;
    font-size: 35px;
    color: white;
}
.box
{
    width: 100%;
}

