* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Courier, monospace;
    }

body {
    line-height: 1.5;
    background: #E8E8EF;
    background: linear-gradient(0deg,rgba(232, 232, 239, 1) 0%, rgba(134, 134, 173, 1) 9%, rgba(91, 91, 144, 1) 14%, rgba(0, 0, 82, 1) 44%, rgba(0, 0, 0, 1) 66%);
}

.navbar{
   position: fixed;   
   top: 0; 
   width: 100%;      
   height: 40px;
   overflow: hidden;
   z-index: 1000; 
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #E8E8EF;
  background: linear-gradient(90deg,rgba(232, 232, 239, 1) 7%, rgba(59, 59, 122, 1) 33%, rgba(0, 0, 82, 1) 40%, rgba(0, 0, 0, 1) 56%);
}

ul li{
  margin-right: 25px;
  float: left;
}

ul li a { 
  display: block;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

.n1{
  font-size: 17px;
  color: black;
  text-shadow: 0.4px 0 0 black;
}

.n2{
 font-size: 17px;
 color: white;
}

.n1:hover {
  background-color: black;
  color: white;
} 

.n2:hover {
  background-color: white;
  color: black;
} 

.n1:active {
  background-color: #880808;
  color: white;
  box-shadow: 0 10px 10px rgba(255, 0, 0, 0.9);
}

.n2:active {
  background-color: #880808;
  color: white;
  box-shadow: 0 10px 10px rgba(255, 0, 0, 0.9);
}

#business-name{
  display: block;
  color: white;
  font-size: 20px;
  text-align: right;
  padding: 5px 14px;
}

img{
 display: block;
  margin:  0 auto;
  width: 140px;
  height:140px;
  margin-bottom:10px;
}

.founder{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7); 
  border:1.5px solid #C90000;
  border-radius: 50px;
  width: 800px;
  height: 1395px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 33px;
}

h1{
   letter-spacing: 3px;
   margin-top:30px;
   font-size:25px;
   color: #0000FC;
   font-family: URW Chancery L;
   font-style: cursive;
   font-weight: normal;
   font-stretch: extra-condensed;
   font-variant: small-caps;
   margin-bottom: 25px;
   text-shadow:
    0 0 4px #fff,
    0 0 15px #fff,
    0 0 19px #fff0f0,
    0 0 22px#ffdada,
    0 0 25px#ffbbbb,
    0 0 27px#d20606,
    0 0 29px#b90101;
}

h3{
   letter-spacing: 2px;
   font-size:22px;
   color: #0000FC;
   font-family: URW Chancery L;
   font-style: cursive;
   font-weight: normal;
   font-stretch: extra-condensed;
   font-variant: small-caps;
   text-align: center;
   text-decoration: underline 0.5px solid #0000FC;
   text-shadow:
    0 0 4px #fff,
    0 0 13px #fff,
    0 0 16px #ffe5e5,
    0 0 20px#beaaaa,
    0 0 22px#ffa9a9,
    0 0 23px#e70202,
    0 0 25px#f90202;
}

p{
  text-wrap: balance;
  padding: 3px;  
  color:linen; 
  letter-spacing: 2px;
  font-size:18px;
  font-family: Courier, monospace;
  margin-bottom: 15px;
}

a{
  font-size: 23px;
  color:#C90000;
}
a:hover{
  color: yellow;
}
a:active{
  color: green;
}
