.mainframe {
		display: flex;
		flex-direction: column;
		margin-left: 0 auto;
		margin-right: 0 auto;
}

.rowdivframe {
		display: flex;
		flex-direction: row;
}

.rowdivitem {
		margin-left: 30px;
		margin-right: 30px;
}

.cover {
		display: none;
}

.gridBox {
display: grid;
grid-template-columns: 1fr 6fr;
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.gridBox > div {
	margin-bottom: 15px;		
}

.paragraph-mod {
		padding: 10px;
		margin: 10px;
		text-align: justify;
		max-width: 75%;
		justify-self: center;
		align-self: center;		
}

.timely-script {
		min-width: 300px;
}

body > header {
		background: #F27A84;
}