.containerX {
    font-family: 'Komika';
    text-align: center;
    font-size: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(77, 33, 118);
    color: rgb(234, 160, 87);
}

.link {
    text-decoration: none;
    color: rgb(234, 160, 87);
}

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
background-color: #292929;
  margin: 0;
  font-family: 'Komika Text';
}

/* Style tab links */
.tablink {
  background-color: #2b2b2b;
  font-family: 'Komika Text';
  color: #f39136;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
}

.tablink:hover {
  background-color: #4f4f4f;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  font-family: 'Komika Text';
  color: white;
  display: none;
  padding: 100px 200px;
  height: 100%;
}

#Branding {background-color: #230733;}
#Media {background-color: #380c51;}
#Development {background-color: #230733;}
#ProjectX {background-color: #380c51;}
#Other {background-color: #230733;}

.title {
    font-family: 'Komika';
    font-size: 90px;
    color: #f39136;
    background-color: #292929;
    padding: 50px;
    text-align: center;
}

.home {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 90px;
    height: 80px;
    z-index: 1001;
  }

  h2 {
    font-family: 'Komika Text';
    font-size: 30px;
    color: #f39136;
  }

.position {
    display: flex;
    justify-content: center;
}

.position img {
    width: 1500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.CameraFrame {
    display: flex;
    justify-content: center;
}

.CameraFrame img {
    width: 400px;
}

  