* {
  margin: 0px;
  padding: 0px;
}

/* STYLE SECTIONING TAGS */
body {
 font-family: 'Times New Roman', sans-serif;
 text-align: center;
 color: #38023B;
 background-color: #B07BAC;
}

header {
 text-align: center;
 color: #38023B;
 background-color: #DDA3B2;
}

nav {
 text-align: center;
}

main {
 text-align: center;
 margin-top: 2%;
 margin-bottom: 2%;
 margin-right: 20%;
 margin-left: 20%;
}

/* STYLE TEXT */

h1 {
  color: #38023B;
  padding-top: 1em;
  padding-bottom: 1em;
}

h3 {
  color: #38023B;
  padding-top: 1em;
  padding-bottom: 1em;
}

p{
  color: #38023B;
}

/* STYLE IMAGES */

img {
  max-width: 300px;
  max-height: 300px;
  border-radius: 60%;
  border: 3px solid #8000ff;
  margin-bottom: 2em;
}

.running {
  max-width: 300px;
  max-height: 200px;
  border-radius: 100px;
}

#debate {
  max-width: 300px;
  max-height: 300px;
  border-radius: 100px;
}

.myIntro {
  color: navy;
  font-weight: 700;
}

/* STYLE NAV BAR */

ul {
  list-style: none;
  background-color: purple;
  overflow: hidden;
  padding: 1em;
}

li {
  display: inline;
}

li a {
  text-decoration: none;
  color: white;
  foot-size: 1.3em;
  padding: 1em;
}

li a:hover {
  background-color: #ff46ff;
}