body {
  background-color: #33FF00;
}

.header {
  background-image: url("background.jpg");
  background-size: cover;
}

h1 {
  font-family: "comic sans MS";
  font-size: 30pt;
  color: #33FF00;
}

table, th {
  border-width: 4px;
  border: double; 
}

table {
  margin-left: auto;
  margin-right: auto;
}

a {
  font-size: 40px;
}

a:hover {
  color: #33FF00;
}

.dog {
  font-size: 20pt;
  font-family: serif;
  text-align: center;
  color: red;
}

.hobby {
  background-image: url("hobby.gif");
  background-size: cover; 
}

p {
  text-align: center;
}

.interests {
  
}

h2 {
  text-align: center;
  font-family: serif;
  color: #FF66CC;
  font-size: 30pt;
}

h3 {
  font-family: serif;
  color: #FF66CC;
  font-size: 30pt;
}

h4 {
  text-align: right;
  font-family: serif;
  color: #FF66CC;
  font-size: 30pt;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}