header > h1 {
  text-align: center;
}

table {
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid black;
}

caption {
  caption-side: top;
  padding: 10px;
  font-weight: bold;
  background-color: #CDE8E5;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid black;
  margin-bottom: 5px;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}

#technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

html, body {
  min-height: 100vh;
  max-width: 90%;
  background: #EEF7FF;
  margin: 0 auto;
  font: 1.1rem "Fira Sans", sans-serif;
}

img {
  border-radius: 50%;
  width: 50px;
}