body {
background-image: url("/images/bg11.jpg");
}

h2, h3, h4, p, li{
color:#0b2c6f;
}

a {
color:#0b2c6f;
}

blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 3em;
    margin-bottom: 0;
    color:  #441f01;

}


.small {
    font-style: italic;
    font-size: 1em; 
    text-align: center;
}

.ad{
    text-align: center;
    color:  #441f01;
}

.designedby {
	font-weight: bold;
}


.tab {
    overflow: hidden;
    background-color:#0b2c6f
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    color: #ffffff;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: rebeccapurple;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #441f01;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
  
  /* Style the Tech stack images */
  .img-center {
    text-align: center; 
    display: block; 
  } 