* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: #ebe8d6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

/*edit the nav ul a */
/*change the background color of the nav
change to horizontal nav
change font size
change font color
change font padding
add underlining*/

nav ul {
  background-color: #abb5aa;
  text-decoration: none;
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 20px;
}

nav a {
  text-decoration: 3px underline;
  color: #040f11;
  font-size: 15px;
  padding: 20px 10px;
  font-family: monospace;
}

/*style index page*/
/*move down so it is not super close to the nav, change font to monospace, and make the text bold*/
#indexHeading {
  padding-top: 20px;
  font-family: monospace;
  stroke-width: 2px;
  text-align: center;
}
/*style intro paragraph on index page by referencing tags
 move it to the top, change font to monospace, and align text*/

#image-size {
  height: 100px;
}
/* style buttons */
#cryptid-button {
  background-color: #abb5aa;
  color: #040f11;
  border: none;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: auto;
  font-size: 16px;
  font-family: monospace;
  align-items: center;
  width: 200px;
}

#random-cryptid-button {
  display: block;
  margin: auto;
  margin-top: 50px;
  font-family: monospace;
  background-color: #abb5aa;
  text-align: center;
}

#fun-facrs {
  text-align: center;
}

#intro-p {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
  font-size: 20px;
}
#members-list {
  font-family: monospace;
  text-align: center;
  color: #040f11;
}

#members-introduction {
  font-family: monospace;
  text-decoration: underline;
}
/*style mudmaid page's heading*/
/*move down so it is not super close to the nav, change font to monospace, and make the text bold*/
#mudmaid-heading {
  padding-top: 20px;
  font-family: monospace;
  stroke-width: 2px;
  text-align: center;
}
#mudmaid-img {
  margin: auto;
  display: block;
}

#mudmaid-p {
  text-align: left;
  font-family: monospace;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  padding-left: 100px;
  padding-right: 100px;
}

/*style paragraph on kell hopinskin's page by referencing tags
 move it to the top, change font to monospace, and align text*/
#description-intro {
  font-weight: bold;
  text-decoration: underline;
  font-family: monospace;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}
#description-intro-mudmaid {
  font-weight: bold;
  text-decoration: underline;
  font-family: monospace;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 20px;
}
#kelly-heading {
  font-family: monospace;
  text-align: center;
}
#kelly-intro {
  padding-top: 20px;
  text-align: left;
  font-family: monospace;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  padding-left: 100px;
  padding-right: 100px;
}

#kelly-im-2 {
  display: block;
  margin: auto;
}

#sunny-heading {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
}

.sunny-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: monospace;
}

.sunny-text p {
  padding-right: 40px;
}

.sunny-text h2 {
  text-decoration: underline;
  font-weight: 900;
}

#sunny-image {
  text-align: center;
}

#sunny-image img {
  height: 250px;
  border-radius: 10%;
  padding-bottom: 10px;
}

.sunny-bold {
  padding-top: 20px;
  font-weight: bold;
  font-family: monospace;
}

#sunny-gallery {
  text-align: center;
  align-items: center;
}

.sunny-image-g img {
  height: 200px;
  border-radius: 10%;
  padding-bottom: 10px;
}

.sunny-image-g {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

#sunny-image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 30px 30px;
  padding-left: 40px;
  padding-right: 40px;
}

#sightings {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  gap: 30px 30px;
  padding: 30px;
  font-family: monospace;
}

#sightings p {
  border: 2px solid #abb5aa;
  background-color: #abb5aa;
  padding: 4px 4px 4px 4px;
  border-radius: 5px;
  margin: 0;
}

#sightings p:hover {
  border: 2px solid black;
  background-color: #abb5aa;
  padding: 4px 4px 4px 4px;
  border-radius: 5px;
  margin: 0;
}

#sighting-text {
  background-color: #abb5aa;
  border-radius: 5px;
}

#sunny-border {
  border: 2px solid #abb5aa;
  border-radius: 5px;
  color: #040f11;
  font-family: monospace;
}

#sunny-border:hover {
  border: 2px solid black;
}

#devil {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
}
.sheryll-text {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
  font-family: monospace;
}
#heading-jersey {
  text-align: center;
  text-decoration: underline;
}

#a-heading {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
}

.a-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: monospace;
}

.a-text p {
  padding-right: 40px;
}

.a-text h2 {
  text-decoration: underline;
  font-weight: 900;
}

#a-image {
  text-align: center;
}

#a-image img {
  height: 250px;
  border-radius: 10%;
  padding-bottom: 10px;
}

#Jersey-pic img {
  height: 300px;
  border-radius: 15%;
  padding-bottom: 15px;
}
#Jersey-pic {
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Style inputs */
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #abb5aa;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #abb5aa;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #ebe8d6;
  padding: 10px;
  font-family: monospace;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

label {
  font-family: monospace;
  font-size: larger;
}

.imgcon {
  height: 500px;
  width: 500px;
  padding-left: 125px;
}

.contacth2 {
  font-size: 65px;
  font-family: monospace;
}

.snowWassetthead {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
  text-decoration: underline;
  padding-top: 25px;
}

.score {
  text-align: left;
  padding-left: 25px;
  padding-top: 25px;
  font-size: 20px;
  font-weight: bold;
  font-family: monospace;
  text-decoration: underline;
}

.actions {
  display: flex;
  justify-content: center;
}

.actions button {
  padding: 8px 16px;
  font-size: 30px;
  border-radius: 10px;
  background-color: #abb5aa;
  color: black;
  font-family: monospace;
}
#heading-busco {
  text-align: center;
  text-decoration: underline;
}
#Busco {
  padding-top: 20px;
  font-family: monospace;
  text-align: center;
}
#Busco-pic {
  text-align: center;
}
.sheryll-text-busco {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
  font-family: monospace;
}
