
b.button {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 1rem 1rem;
  text-decoration: none;
  border: 1;
  cursor: pointer;
  display: inline;
}

b.button {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}

b.input {
  background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 1rem 1rem;
  text-decoration: none;
  border: 1;
  cursor: pointer;
  display: inline;
}

b.input {
  background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}


.myDiv {
  border: 5px outset red;
  background-color: lightblue;
  text-align: center;
}
.Bimage {
border: 10px solid #eeeeff;
}

.navbar {
  overflow: hidden;
  background-color: #466981;
}

.navbar a {
  float: left;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 12px;  
  border: none;
  outline: none;
  color: white;
  padding: 10px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #504c3f;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ccccdd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


a.menu:link {color:#000000; text-decoration:none; font-size: 20px;}
a.menu:visited {color:#000000; text-decoration:none; font-size: 20px;}
a.menu:hover {color:#4444aa; text-decoration:none; font-size: 20px;}
a.menu:active {color:#000000; text-decoration:none; font-size: 20px;}

h2.left {
  background-color: #ae8c50;
  color: #000000;
}

blockquote.reply {
  font-style: italic;
  font-size: 16px;
  margin-left: 80px;
  margin-right: 80px;
  font-family: Courier, Candara, Verdana;
  padding-left: 50px;
  padding-right: 150px;
}

div.reply {
height: 300px; 
width: 70%; 
margin: auto; 
border: 1px; 
background-color: #eeffee; 
padding: 5px 5px 5px 5px; 
overflow: auto;'
}















