.entry-title {
font-size: 2rem;
}

.entry-content {
font-size: 1.9rem;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto sans", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.site-title {
	font-family: "Noto sans", sans-serif;
	font-size: 22px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.entry-footer {
    display: none;
}



