html, body {
    font-family: 'Helvetica', sans-serif;
    overflow: visible;
}

.heading {
    font-size: 40px;
    font-family: 'Helvetica';
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    color: rgb(0, 0, 0);
}

.navbar {
    font-size: 24px;
    font-family: 'comfortaa';
    width: auto;
    text-align: center;
    margin: auto;
    word-spacing: 1vw;
    color: rgb(0, 0, 0);
    overflow: hidden;
}

.box {
    display: table;
    position: relative;
    margin: 20px auto 10px auto;
}

.content {
	font-size: 20px;
	font-family: 'Helvetica';
	text-align: center;
	position: relative;
	width: 100%;
	height: auto;
	word-wrap: break-word;
	line-height: 1.75;
	color: rgb(0, 0, 0);
}
