body {
    margin: 0;

}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: right;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Taviraj', serif;
}

.topnav a:hover {
    background-color: #ddd;
    color: white;
}

.topnav a.active {
    background-color: black;
    color: white;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.webmadewell {
  background-color: white;
}

/* Header */

.sample-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: cadetblue;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sample-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: MidnightBlue;
  opacity: 0.3;
}

.sample-header-section {
  position: relative;
  padding: 7% 0 1%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  font-family: 'Taviraj', serif;
}

/* Font Sizes */
h1 {
  font-weight: 500;
}

h2 {
  font-weight: 400;
}

.home-section {
  position: relative;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-family: 'Taviraj', serif;
}

.about {
  padding: 0 15% 0 10%;
  font-family: 'Taviraj', serif;
}