body {
  font-family: Verdana, Arial, sans-serif;
}

h1 {
   font-family: Georgia, serif;
   text-align: center;
}

h2 {
  font-family: Georgia, serif;
  text-shadow: 2px 2px 5px gray;
}

h3, h4, h5 {
   font-family: Georgia, serif;
}

p {
  margin-left: 40px;
}

ul {
    list-style-type:circle;
}

.card-text {
  background-color: ForestGreen;
  color: white;
}

a:visited {
  color: DeepPink;
}

.bottom {
  border-style: none none solid none;
  border-color: ForestGreen;
}

img {
  border-radius: 8px;
}

form {
  	border-style: solid;
  	border-width:thin;
  	border-color:blue;
  	padding: 0.2em;
}

.highlight1 {
  background-color: WhiteSmoke;
}

.highlight2 {
  background-color: lightgrey;
}

table {
  table-layout: fixed;
  width: 80%;
  min-width: 1000px;
}

.row-size {
  width: 40%;
}

tr {
  text-align: center;
}
