body {
	font-family: 'Raleway', sans-serif;
	padding: 30px 50px;
        background-color: #fdfdfe;
	max-width: 650px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #7E89A9;
}

a:hover {
	text-decoration: underline;
        color: #9AB4D4;
}

h1, h2, h3, h4, h5 {
	line-height: 1.0;
}

h1 {
	text-align: center;
}


.thought {
	padding: 10px;
        padding-bottom: 0.5px;
        padding-top: 0px;
}

.thought:target {
	border: 1px solid black;
	padding: 9px;
	border-radius: 10px;
	background: #ffe5f7;
}


img {
  max-width: device-width;
  width: 100%;
}


img.gif1{
  width: 120px;
  height: auto;
}


p {
	color: #6C6D6E;
}


body {background-image: linear-gradient(45deg, rgba(223,181,192,1) 0%, rgba(160,185,215,1) 100%);}













