html {
  display: grid;
  min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
}

img {
    height: 100px;
}

.subjectRow {
    display: flex;
    gap: 2rem;
}

#cent {
    gap: 10rem;
}


#punkz {
    height: 200px;
}

.mid {
  padding-bottom: 3rem;
}

#cent {
   padding-top: 5rem;
   padding-bottom: 5rem;
}
