.content {
    max-width: 500px;
    margin: auto;    
}

body {
    background-color: BlanchedAlmond; 
    text-align: center; 
}

h1 {
    color: #4CAF50;
    font-family: "Jazz LET", fantasy;
    letter-spacing: 2px;
}

h2 {
    color: DeepPink;
}

h4 {
    color: #4CAF50;
}

p {
    color: hotpink;
}

ul { 
    list-style-type: square;
    font-size: 12px;
}

a {
    color: hotpink;
    letter-spacing: 3px;
}

a:visited {
    color: Deeppink;
}

a:hover {
    font-size: 20px;
}

a:active {
    letter-spacing: 2px;
}

table {
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
}

th, td {
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
    text-align: left;
}

tr:nth-child(even) {
    background-color: Tan;
}

img {
    border: 5px solid DeepPink;
}
