* {
    text-align: center;
}

h2 {
	color: mediumseagreen;
	text-align: center;
	text-decoration: underline;
	line-height: 20px;
}

body {
background-image: url("https://i.pinimg.com/736x/01/e8/a5/01e8a50fbe912c19406f724e677c8cc0.jpg");
background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

blockquote, h1, h3, p {
	color: rgb(205, 219, 202);
	text-align: center;
}
a {
    text-align:center;
    padding: 70px 0;
    margin: auto;
}

a:link {
	color:white;
	background-color: rgb(69, 133, 81);
	padding: 10px 25px;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
a:visited {
	color:white;
	background-color: rgb(69, 133, 81);
	padding: 10px 25px;
	text-align:center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
a:hover {
	color:white;
	background-color:rgb(47, 110, 59);
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}

div {
	border: 5px solid rgb(21, 21, 31);
	border-radius: 5px;
	background-color: rgb(11, 11, 20);
	padding-top:10px;
	padding-bottom:10px;
	opacity: 80%;
	align-items:center;
	margin: auto;
}

img {
  width: 19%;
  height: 19%;
  margin-left: 11px;
}

iframe {
	margin-left: 135px;
	margin-right: 135px;
	padding: 5px 5px;
	border: 1px dashed rgb(186, 219, 182);
	width: 15%;
	height: 15%;
}
.musicdiv, .journaldiv, .photodiv, .videodiv, .remindersdiv, .quicklinksdiv {
    align-items:center;
    justify-content:center;
}