
/* 
  Author: Kai Strathmann
  Project: Index
  Date: 09/2025
*/

.center-grid {
    display: flex;
    grid-template-columns: 770px;
    max-width: 770px; /* Nicht größer als Full HD */
    margin: auto;
    margin-top: 60px;
    margin-bottom: 0px;
    border: 0px solid black;
    justify-items: center;
    }

.center {
    font-weight: 350;
    font-size: 18px;
   font-family: 'Franklin Gothic Medium', sans-serif;
    line-height: 1.8;
    border: 0px solid black;
    padding-left: 0px;
    padding-right: 0px;
    text-align: justify;
    margin-bottom: -15px;
    /*text-align-last: justify;*/
    }

