
* {box-sizing: border-box}
body {font-family: "Raleway", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: rgb(185 155 101 / 90%);
  width: 30%;
  height: 90%;
  margin-top: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #ffffff;
  padding: 22px 16px;
  width: 100%;
  border: 1px solid #ffffff ;
  border-bottom-style:
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
  color: #002366;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #002366;
  color: rgb(185 155 101 / 90%);
  }

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: 90%;
}

.tabcontent h1
{
    color:#101010;
    font-family:'Raleway';
    margin:2% 0;
}
.tabcontent span
{
    font-size:26px;
    margin:2% 0;
    color:#101010;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style:italic;
}
.tabcontent p
{
    font-size:18px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin:2% 0;
    color:#101010;
}

/*rgb(185 155 101 / 90%)*/
