.responsive {
    width: 100%;
    height: auto;
    max-width: 800px;
    }

.p {
  font-family: Tahoma, Verdana, sans-serif;
  font-size:20px;
  width: 90%;
  text-align: center;
  color: #5d0f0f;
  line-height: 2em;
  }

.p1 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size:14px;
  width: 90%;
  text-align: center;
  color: #750a0a;
  line-height: 2em;
  }

.button1 {
  background-color: rgba(135, 6, 51, 0.834);
  border-color: rgba(135, 6, 51, 0.834);
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  }

.button1:hover {
  background-color: #ffffff;
  color: rgba(135, 6, 51, 0.834);
  }
  
.flex-container {
  display: flex;
  justify-content: center;
  }

.nav {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color: #420a70;
  text-decoration: none;
  }

.nav:hover {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color: #a75ae5;
  text-decoration: none;
  }

a {
  font-family: Tahoma, Verdana, sans-serif;
  color: #2429bb;
  text-decoration: none;
  }
  
a:hover {
  color: rgb(3, 2, 16);
  text-decoration:underline;
  }
  
h1 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 34px;
  text-align: center;
  color: #636161;
  }
 
h2 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 24px;
  width: 90%;
  color: #636161;
  }
  
h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 22px;
  width: 90%;
  color: #636161;
  }

h4 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 20px;
  width: 90%;
  color: #636161;
  }
  
p {
  font-family: Tahoma, Verdana, sans-serif;
  font-size:20px;
  width: 90%;
  color: #636161;
  line-height: 2em;
  }
  
hr {
    border: none;
    height: 1px;
    width: 100%;
    color: #c3bdbd;
    background-color: #b9bbbd;
    }

li {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 19px;
  color: #636161;
  line-height: 2em;
  }

ul {
  width: 90%;
  padding-left: 50px;
  }

img {
  float: left;
  }

table {
  border: 3px solid navy;
  margin: auto;
  background-color: #f7bde5;
}

