html {
	font-size: 16px;
}

body {
	font-size: 62.5%;
	background-color: #d2bbbb;
	color: #000000;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.7em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 45px;
	border-radius: 15px;
	border: 2px solid #000000;
	background-color: #d4cbcb;
	padding: 12px 10px;
}

.logo {
	text-align:center;
	font-size: 2em;
	margin-top: 30px;
}

p, ul {
	font-size: 1.4em;
}

li {
	list-style:circle;
}

img {
	width: 100%;
	padding: 6px;
	background-color: #f7ff9c;
}

.goals {
	background-color: green;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 16px;
	border: 2px solid black;
	color: yellow;
	text-align:center;
}

a:link,
a:hover,
a:active,
a:focus,
a:visited {
	color: #002fb7;
}

.note {
	color: #ff0000;
}

.note-2 {
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: #990;
	color: #000;
	padding: 12px 20px 6px;
	border-radius: 15px;
	border: 2px solid #000000;
	box-shadow: 5px 5px 5px;
	text-align: center;
}

.last-block p {
	margin-bottom: 30px;
}

.last-block {
	margin-top: 50px;
	background-color: #d4cbcb;
	padding: 60px 90px;
	border-radius: 15px;
	border:2px solid #000000;
	margin-bottom: 40px;
}

.last-block p {
	margin-bottom: 30px;
}

.last-block p:last-child {
	margin-bottom: 0;
}

.row.link {
	color: #002fb7;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 30px;
}

#scrolling-line {
	margin-top: 40px;
	background-color: blue;
	border-radius: 16px;
}

#scrolling-line span {
	display: inline-block;
	margin-right: 30px;
	color: #ffffff;
	font-size: 1.6em;
	line-height: 30px;
}

.fiction-note {
	font-size: 1.4em;
	text-align:center;
	margin-bottom: 40px;
	font-weight: bold;
}