body {
    background-color: #30CCA6;
    color: black;
    font-family: roboto;
}

h1 {
    color: #F2F2F2;
    text-shadow:
    -15px -5px 25px #00000028,
    15px -5px 25px #00000028,
    -15px  5px 25px #00000028,
    15px  5px 25px #00000028;
    text-align: center;
}

table {
    table-layout: fixed;
}

.page-container {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  }

.full-table {
    width: 100%;
}

.header-box {
    font-size: 24px;
    font-weight: bold;
}

.content-title h2 {
    font-size: 28px;
    margin-top: 22px;
    margin-right: 38px;
    margin-bottom: 0px;
    margin-left: 38px;
    font-weight: bold;
}

.content-text {
    margin-top: 20px;
    margin-right: 38px;
    margin-bottom: 10px;
    margin-left: 38px;
}