h3, h5{
	color:whitesmoke;
}
h3, h4, h5, p{
	font-weight: 400;
}
a{
	color:seagreen;
}
a:hover {
	color: springgreen;
  	transition: color 0.5s;
}
.spaced{
	letter-spacing: 0.05em;
}
.quoterb{
	padding: 10px;
    background-color: #ffffff;
    width: 330px;
}