
html, body
{
  position: relative;
  width: 1920px;
  height: 1400px;

  background: #9F9999;
}

#sd2_documents_heading
{
  position: absolute;
  width: 868px;
  height: 91px;
  left: 526px;
  top: 49px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 76px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;
}

#home_button
{
  position: absolute;
  width: 124px;
  height: 47px;
  left: 213px;
  top: 170px;

  background: #C4C4C4;
  border-radius: 10px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;
}

#about_our_team_button
{
  position: absolute;
  width: 278px;
  height: 47px;
  left: 400px;
  top: 170px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;

  background: #C4C4C4;
  border-radius: 10px;
}

#sd1_documents_button
{
  position: absolute;
  width: 440px;
  height: 47px;
  left: 750px;
  top: 170px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;

  background: #C4C4C4;
  border-radius: 10px;
}

#sd2_documents_button
{
  position: absolute;
  width: 440px;
  height: 47px;
  left: 1260px;
  top: 170px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;

  background: #C4C4C4;
  border-radius: 10px;
}

#page_description
{
  position: absolute;
  width: 1494px;
  height: 220px;
  left: 211px;
  top: 250px;

  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;

  color: #000000;
}

/*Table Styling*/
table
{
  text-align: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
}

tr:nth-child(odd)
{
  background-color: #AFAFAD !important;
}

tr:nth-child(even)
{
  background-color: #B3AA25 !important;
}

.table-hover tbody tr:hover
{
  background-color: #606068 !important;
}

#doc_table
{
  position: absolute;
  width: 800px;
  height: 300px;
  left: 526px;
  top: 500px;
}

#code_table
{
  position: absolute;
  width: 800px;
  height: 300px;
  left: 526px;
  top: 750px;
}

#project1
{
  position: absolute;
  width: 640px;
  height: 400px;
  left: 250px;
  top: 850px;

  background: #C4C4C4;
}

#video1
{
  position: absolute;
  width: 640px;
  height: 400px;
  left: 950px;
  top: 850px;

  background: #C4C4C4;
}