body {
    font-family: Helvetica Neue LT Std;
    box-decoration-break: clone;
}

p {
    text-align: justify;
    text-wrap: wrap;
    hyphens: auto;
}

.bold {
    font-weight: 700;
    font-size: 1.4rem;
}

.xbold {
    font-weight: 900;
    font-size: 2rem;
}

.boxed {
    border: 3px solid black;
    padding-inline: 1rem;
    margin-block: 1rem;
}

.centered {
    display: grid;
    place-items: center;
    row-gap: 0;
    line-height: 0;
    margin-block: 4rem;
}

table {
	table-layout: fixed;
	width: 100%;
	margin-block: 4rem;
	text-align: left;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid;
	padding: 0.3rem 0.4rem;
}

img {
    max-width: 100%;
}
