 body {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: white;
    background-color: #fff;
    background-image: url("https://i.imgur.com/P4zL3MB.jpeg");
    background-size: cover;
    margin: 20px;
    padding: 0;
}

/* This is a comment, by the way */

p {
    line-height: 21px;
    text-align: center;
    color: white;
}

h1 {
    color:  #8080ff;
    background-color: #e6e6ff;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #000;
}

h2 {
    color: white;
    background-color:  #8080ff;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    color: #fff;
    font-size: 1.25em;
}

img {
    border-style: solid;
    border-width: 2px;
    border-color: #ccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%
}

a {
    text-decoration: none;
    
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

li {
    color: white;
    font-style: italic;
   
}

container {
  text-align: center;
}

myUL {
  display: inline-block;
  text-align: left;
}

table {
    background-color: #ccc;
}