* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'comic Sans MS', Arial, Helvetica, sans-serif;
}

.body {
  width: 70%;
  margin: 1% auto;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  border: 2px solid black;
  margin-bottom: 2rem;
}

.top-nav ul {
  display: flex;
}

.top-nav ul li a {
  text-decoration: none;
  color: black;
}

.top-nav h2 {
  padding: 1rem;
}

header {
  text-align: center;
  font-family: 'comic Sans MS', Arial, Helvetica, sans-serif;
  margin-bottom: 3%;
}

.list-section {
  border: 2px solid black;
  flex-direction: column;
  display: none;
}

ul li {
  list-style: none;
  font-family: 'comic Sans MS', Arial, Helvetica, sans-serif;
  padding: 1rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.remove-button {
  padding: 0.4rem;
  border: 2px solid;
}

.contact-info-section {
  margin-top: 3rem;
  display: none;
}

.contact-info-section ul li {
  margin-left: 2rem;
  list-style-type: disc;
  padding: 1rem;
}

.contact-info-section h1 {
  text-align: center;
  margin-bottom: 4rem;
}

.contact-info-section p {
  font-size: large;
  font-weight: bold;
}

form {
  text-align: center;
  margin-top: 4rem;
}

h3 {
  text-align: center;
  font-family: 'comic Sans MS', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 4rem;
}

#title {
  margin-bottom: 1rem;
  width: 30rem;
}

#author {
  margin-bottom: 1rem;
  width: 30rem;
}

input {
  border: 2px solid;
  padding: 0.5rem;
}

#add {
  padding: 0.5rem 1.5rem;
  margin-left: 25rem;
}

.copy-right {
  position: fixed;
  bottom: 0;
  width: 70%;
  border: 2px solid black;
  padding: 1rem;
}

/* display nones */

.form1 {
  display: block;
}

#awesome-heading {
  display: block;
}

#date_time {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
