body {
  color: rgb(3,3,3);
  font-family: "Verdana", Geneva, sans-serif;
  overflow: auto;
  height:auto;
 background: rgb(217,130,130);
background: linear-gradient(180deg, rgba(217,130,130,1) 0%, rgba(207,171,118,1) 15%, rgba(204,200,121,1) 30%, rgba(146,200,128,1) 45%, rgba(124,183,190,1) 60%, rgba(121,134,181,1) 75%, rgba(154,124,180,1) 90%); 
  margin:0;
}

h1 {
  text-align: center;
  font-size:32px;
  color: rgb(3,3,3);
  height:auto;
  width:auto;
  margin-right: auto;
    margin-left: auto;
    margin-top:50px;
 
}

* {scrollbar-color: #CF035E #A141AA ;
}

h2 { text-align: center;
font-weight:bold;
  font-size:24px;
  color: rgb(3,3,3);
  height:auto;
  width:auto;
  margin:auto;
  
}

.title {
  color: black;
  text-align: center;
  font-size:30px;
  font-weight:bold;
  background-color: #fff7f0;
  height:auto;
    width:600px;
    margin-right: auto;
    margin-left: auto;
  margin-top:30px;
 padding:10px;
  z-index: 100;
   border-style:dotted;
  border-width:1px;

}

.cornerimg {
  position:fixed;
    right: 0;
    bottom:0;
    z-index:-100;
    opacity: 0.75
}

.infobar {
 background-color:rgb(255,255,255);opacity:0.6;
 position: fixed;
 width:45%;
 height:auto;
 right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
 padding:10px;
  border-radius: 10px;
  text-align: center;
  z-index: 100;
  
}

.sidebar {
  float:left;
  position:fixed;
  height:auto;
  font-weight:500;
  padding:15px;
  border-radius: 10px;
  overflow: auto;
   width: 10%;
   min-width:120px;
   top:10%;
}

.pp {
  font-family: verdana;
  background-color:rgba(255,255,255,0.8);
  padding:10px;
   border-style:dotted;
  border-width:1px;
  border-radius: 10px;
   overflow: auto;
   font-size: 16px;
  line-height: 1.5;
}

.text {  
  height:auto;
  font-size: 14px;
  text-indent: 20px;
  line-height: 1.5;
  font-weight:500;
  background-color:rgba(255,255,255,0.8);
  padding:15px;
  border-radius: 30px;
  border-style:dotted;
  border-width:1px;
  position: static;
  overflow: auto;
   max-width: 800px;
  margin:50px auto 50px;
  
}

a:link {
  text-decoration: none;
    color:#71b62e;
}

a:visited {
  text-decoration: none;
  color:#447ce2;
}

a:hover {
  text-decoration: underline;
  color:#f7a66b;
}

a:active {
  text-decoration: none;
}

@media only screen and (max-width: 1147px) {
  /* For mobile phones: */
  [class="sidebar"] {
    display:none;
  }
  [class="title"] {
  color: black;
  text-align: center;
  font-size:30px;
  font-weight:bold;
  background-color: #fff7f0;
  height:auto;
    width:auto;
    margin-right: auto;
    margin-left: auto;
 padding:10px;
  z-index: 100;
   border-style:dotted;
  border-width:1px;
  }
  
  img {max-width:95% !important;}
  
 .mobilenav {position:fixed;
  font-size:12px;
bottom:0;
  flex-wrap:wrap;
width:100%;
font-weight:bold;
  margin:0;
  background-color:#fff7f0;;
    padding:5px;
  height:auto;
border-style:dotted;
  border-width:1px;
  display:flex !important;
justify-content:space-evenly;}

.mobilenav a {margin:5px;}

}

.mobilenav {display:none;}

.mobilenav a {margin:5px;}

