* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    background: rgb(17, 17, 26);
    height: 99dvh;
    margin: 8px;
    min-width: 1150px;
  }

/*
.header {
  border: 10px solid black;
  background-color: lightgray;
  width: 100%;
  height: 80px;
  display: block;
  padding: 10px;
  position: fixed;
}
*/

.flexbox-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flexbox-item {
  width: 200px;
  margin: 10px;
  background: rgb(24, 24, 36);
}

.flexbox-item-left {
  width: 275px;
  color: white;
}

.left-title {
  font-weight: bold;
  /*text-decoration: underline;*/
  letter-spacing: 4px;
  padding: 5%;
  font-size: small;
  color: orange;
}

.left-fill-text {
  padding: 0 5% 5% 5%;
  font-size: 15px;
  letter-spacing: 1px;
  color: rgb(154, 157, 173);
  line-height: 1.5;
}
  

.flexbox-item-left-innertop {
  width: 100%;
  height: 250px;
  margin: 0px;
  color: white;
  background-color: rgb(30, 30, 41);
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile_desc {
  text-align: center;
}

.flexbox-item-center{
  min-height: 100px;
  flex-grow: 1;
}

/*
.flexbox-item-center-top {
  width: 100%;
  height: 250px;
  margin: 0px;
  color: white;
  background: rgba(30, 30, 41);
  background-image: url('./images/background.jpg');
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
  opacity: .3;
  background-position-x: center;
}
*/

/*
.center-top-top {
  padding-top: 112px;
  padding-bottom: 112px;
  width: 100%;
  background-image: url("./images/background.jpg");
  background-size: cover;
  background-color: rgb(44, 44, 59);
  background-blend-mode: multiply;
  text-align: right;

}
*/

.grid-container {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.grid-item-1 {
  background-image: url("./images/background.jpg");
  background-size: cover;
  background-color: rgb(44, 44, 59);
  background-blend-mode: multiply;
  text-align: right;
  height: 250px;
}

.grid-1-text-1 {
  padding-top: 75px;
  padding-right: 50px;
  font-weight: 800;
  font-size: 275%;
  color: white;
  letter-spacing: 3px;
}

.grid-1-text-2 {
  padding: 0 50px 0 0;
  font-weight: 700;
  font-size: 175%;
  color: orange;
  letter-spacing: 1px; 
}

.grid-item-2 {
  background: rgb(45, 45, 59);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 100%;
  color: orange;
  letter-spacing: 1px;
}

.grid-item-3 {
  background: rgb(45, 45, 59);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 100%;
  color: orange;
  letter-spacing: 1px;
}

.grid-item-4 {
  background: rgb(45, 45, 59);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 100%;
  color: orange;
  letter-spacing: 1px;
}

.grid-item-5 {
  background: rgb(45, 45, 59);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  font-size: 100%;
  color: orange;
  letter-spacing: 1px;
}

.grid-item-6 {
  background: rgb(45, 45, 59);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 20px;
  font-size: 100%;
  color: orange;
  letter-spacing: 1px;
}

.certtable {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

ul {
  margin: 15px;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 8px;
  color: rgb(157, 168, 235);
}

/*
.flexbox-item-right{
  width: 400px;
}
*/

/*
.footer {
  border: 1px solid red;
  padding: 10px;
  position: fixed;
}
*/

/*
.container {
  display: flex;
}
*/

/*
.left, .right, .content {
flex: 1;
}
*/

/*
.footer {
position: fixed;
bottom: 0;
width: 100%;
}
*/