body{
    font-family: Arial, Helvetica, sans-serif;
}

.maintext {
    width: 80%;
    padding: 5%;
}


.container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableposition{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px;

}

.jumbotron{
    background-size:cover;
    background-color: #d3d3d3;
}

.kepek{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.kep{
  margin: 8px;
}