@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: "PT Sans", arial, sans-serif;
	color: #d4c7dc;
    background-color: #2e222f;
    font-size: 1.2em;
}

main {
    max-width: 960px;
    margin: 1em auto;
    padding: 1em 2em;
}

a, a:active, a:visited {
	border-bottom: 1px dotted #eaaded;
    color: #eaaded;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    border-bottom: 1px solid #eaaded;
}

a.backbutt, a.backbutt:active, a.backbutt:visited {
	border: none;
    color: #d4c7dc;
    text-decoration: none;
    font-weight: bold;
	background-color: #3e3546;
	border-radius: 15px;
	padding: 0.5em 0.7em;
}

a.backbutt:hover {
    border: none;
	color: #eaaded;
	background-color: #a884f3;
}

header {
    font-size: 2.4em;
    display: block;
    width: 100%;
	font-weight: bold;
}

caption {
    font-size: 0.8em;
    display: block;
    width: 100%;
}

.bullet {
	color: #eaaded;
}

article {
	width: 100%;
    display: block;
	margin-top: 1em;
}

nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top: 1em;
	justify-content: space-between;
}

.bigchunk {
    flex: 3 1 100%;
    padding: 2em 40px 2em 150px;
    margin: 0.5em 10px 0 0;
	background-color: #3e3546;
	border-radius: 15px;
}

.smallchunk {
    flex: 1 1 260px;
    padding: 0.5em 15px;
    margin: 0.5em 10px 0 0;
	background-color: #3e3546;
	border-radius: 15px;
}

.smallchunk a:hover img.read {
	background-color: #c32454;
}

.smallchunk a:hover img.game {
	background-color: #0b8a8f;
}

.smallchunk a:hover img.link {
	background-color: #4d9be6;
}
.smallchunk a:hover img.pics {
	background-color: #905ea9;
}
.smallchunk a:hover img.music {
	background-color: #ea4f36;
}
.smallchunk a:hover img.sauce {
	background-color: #239063;
}
.smallchunk a:hover img.site {
	background-color: #a884f3;
}

.linkout {
    font-size: 1.4em;
	line-height: 1.7em;
}

.linkout img {
    width: 32px;
    height: auto;
    display: inline;
    float: right;
	padding: 6px;
	background-color: #625565;
	border-radius: 10px;
}