
/* Apply box-sizing to all elements */
* {
  box-sizing: border-box;
}

h1 {
    text-align: center;
    font-size: 60px;
}

h2 {text-align: center;}


h3 {font-size: 25px;}


.hd3 {
    vertical-align: top;
    font-size: 30px;
  margin-left: 200px;                 /* Create space for the sidenav */
  padding-left: 20px;                 /* Add padding inside content */
  padding-bottom: 10px;                 /* Add padding inside content */
  padding-top: 10px;                 /* Add padding inside content */
  font-weight: bold;
}


.hd4 {
    vertical-align: top;
    font-size: 25px;
  margin-left: 200px;                 /* Create space for the sidenav */
  padding-left: 30px;                 /* Add padding inside content */
  font-weight: bold;
}

.hd6 {
    vertical-align: top;
    font-size: 30px;
  padding-bottom: 10px;                 /* Add padding inside content */
  padding-top: 10px;                 /* Add padding inside content */
  font-weight: bold;
}

.hd5 {
    vertical-align: top;
  padding-left: 30px;                 /* Add padding inside content */
    font-size: 25px;
  font-weight: bold;
}


h5 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Style the body */
body {
  margin: 0;                          /* Remove default margin */
  background-color: #e3d7bc;             /* Light background on hover */
  color: #32522e;                       /* Change text color on hover */
  font-family: Arial, Helvetica, sans-serif;  /* Set font family */
}


/* Style the fuuuck */
.heading {
  text-align: center;
  color: #32522e;                       /* Change text color on hover */
  padding-right: 20px;                 /* Add padding inside content */
}

.heading2 {
  padding-left: 200px;                 /* Add padding inside content */
  padding-right: 220px;                 /* Add padding inside content */
}

/* Style the fuuuck */
.liststuff {
  margin-left: 200px;                 /* Create space for the sidenav */
  padding-left: 70px;                 /* Add padding inside content */
}

/* Style the fuuuck */
.liststuff2 {
  padding-left: 30px;                 /* Add padding inside content */
  padding-bottom: 10px;                 /* Add padding inside content */
  padding-top: 10px;                 /* Add padding inside content */
}


/* Style the side navigation */
.sidenav {
  height: 100%;                       /* Full height */
  width: 200px;                       /* Fixed width */
  position: fixed;                    /* Fixed positioning */
  z-index: 1;                         /* Stay on top */
  top: 0;                             /* Position at the top */
  left: 0;                            /* Align to the left */
  background-color: #32522e;            /* Dark background color */
  overflow-x: hidden;                 /* Hide horizontal overflow */
}

/* Style the links inside the side navigation */
.sidenav a {
  color: #e3d7bc;                       /* White text color */
  padding: 16px;                      /* Padding for spacing */
  text-decoration: none;              /* Remove underline */
  display: block;                     /* Block-level display */
}

/* Change link color on hover */
.sidenav a:hover {
  background-color: tan;             /* Light background on hover */
  color: #32522e;                       /* Change text color on hover */
}

/* Style the main content area */
.content {
  margin-left: 200px;                 /* Create space for the sidenav */
  padding-left: 20px;                 /* Add padding inside content */
}

/* Style the main content area */
.pictures {
  color: blue;
  padding-left: 40px;                 /* Add padding inside content */
  padding-top: 50px;                 /* Add padding inside content */
}

