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

/* STYLE SECTIONING TAGS */
body {
 background-color: rgb(253, 248, 231);
 text-align: center;
}
main {
  margin-top: 0;
  margin-bottom:0; 
  margin-right: 15%;
  margin-left: 15%;
}

/* making it stick */
.topheader {
  position: sticky;
  top: 0;
}

header{
  padding: 10px 16px;
  padding-bottom: 1em;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0px;
  padding-right:0px;

  background-image: url("assets/pic.jpg");
  background-size: cover;
}



/* STYLE TEXT */
h1 {
  color: rgb(0, 0, 0);
  font-size: 3em;
  font-style: initial;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding:1.5em;
  text-shadow: 1px 1px purple;
}

h2 {
  color: #391c1c;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  padding-top: 1em;
  padding-bottom: 1em;
}

h3 {
  color: midnightblue;
  background-color: lavender;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
}

h4 {
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  padding: 1em;
  background-color: lavenderblush;
}

.para {
  border: 3px solid rgb(253, 196, 215);
  margin-bottom: 1em;
}

li {
  font-size: 24px;
  font-family: cursive;
}

/* STYLE IMAGES */

#profile {
  max-width: 50%;
  border-radius: 90%;
  border: 5px solid palevioletred;

  /*centering the image*/
  display: block;
  margin-left:auto;
  margin-right: auto;
}

.goldfish {
  border-radius: 30%;
  border: 3px dashed #ff9999;
  width: 300px;
  margin-right:5%;
}

.goldfish:hover {
  border: 6px solid darkred;
}

.summary {
  position:flex;
  right: 0px;
  width: 400 px;
  margin-right: 5%;
  margin-top: 5px;
  margin-bottom: 5%;
  border: 3px solid rgb(253, 196, 215);
}

.block {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 5px;
  margin-bottom: 5%;
}

.Illustration {
  border-radius: 30%;
  border: 3px solid #ff9999;
  width: 300px;
}

/* STYLE NAV BAR */
ul {
  list-style-type: none;
  background-color:rgb(241, 216, 177);
  overflow: hidden;
  padding: 1em;
  margin-bottom: 1em;
}

li {
  display: inline;
}

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

li a:hover {
  background-color: darksalmon
}

/* STYLE BUTTON */
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.flex-item {
  flex-basis: 100%;
  margin: 1%;
}

.buttonBox {
  background-color: bisque;
  border-radius: 2%;
  padding: .5em;
}

#buttonPic {
  display: block;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid goldenrod;
}

.buttonStyle {
  color: slateblue;
  font-size: 1.3em;
  padding: 15px;
  background-color: lightskyblue;
  border-radius: 12%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.buttonStyle:hover {
  background-color: rgb(139, 0, 113);
}

.factDisplay {
  background-color: none;
  font-family: sans-serif;
}

/*Footer*/
.footer {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0px;
  padding-right:0px;
  height: 1 em;
}
.footerName {
  margin-bottom: 0px;

}
.logo {
  width: 50px;
  height: 50px;
  border-radius: 15%;
}
