.t-Body-content {
    background: url(Background.png);
    width: 100%;
    background-size: cover;
}

.t-Region {
    border-radius: 20px;
    border-color: black;
    border-width: 3px;
    background-color: white;
}

.t-Region-header {
    border-radius: 20px;
    border-color: black;
    border-width: 3px;
    background-color: white;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

.body {
    line-height: 120%;
    font-size: 16px;
}

.body-large {
	line-height: 120%;
    font-size: 24px;
}

.center {
    width: 99%;
    top: 50%
}