* {
    background-color: #ffcd3d;
    color: #ed15a9;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
    text-decoration: none;
    color: #ed15a9;
}

a:hover {
    text-decoration: underline;
}

.avatar {
	border-radius: 25%;
	display: inline-block;
	flex-shrink: 0;
	overflow: hidden;
	vertical-align: middle;
}
