body {
  background-image: url('https://porkbroth.neocities.org/e3037956.png');
  color: black;
  font-family: Verdana;
  background-size: 1950px;
  
}

.sec1 {
  
  background-color: black;

  color: white;
  
  display: inline-block;
  width: 900px;
 border-style: solid;
  border-width: 3px;
  border-color: black;
 position: absolute;
  
}

.sec2{
  background-color: white;

  color: black;
  
  display: inline-block;
  width: 900px;
  border-width: 3px;
  border-style: solid;
  margin: 20px;
  position: relative;
  top: 300px;
  right:20px;
  
}
.para{
  
  text-align: left;
  padding:40px;
}

.align {

text-align: center;
  align-items:center;
  vertical-align: middle;
    position:absolute;
    width:780px;
    height:650px;
    left:50%;
    top:70%;
    margin-left:-390px;
    margin-top:-325px;
}


  

.colla {
  text-align: left;
  color: white;
  background-color: #044DBA;
  width: 900px;
display:block;
border-width: 3px;
  border-style: solid;
  
}


.active, .colla:hover {
  
  background-color: #033E96
  
}


.content {
  background-color:white;
  width:900px;
  color: black;
  font-family: Times;
  display:block;
  border-width: 3px;
  border-style: solid;
  
}




/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

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

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}







