.name {font-family: Consolas, monospace; color: #cfcfaa; font-size: 85px; text-align: center;}

.toolbar a{font-size: 300%; padding-left: 2%; padding-right: 2%; border-style: solid; border-radius: 25%; text-decoration: none; text-align: center; background-color: #121b14; border-color: #a6f250}
.toolbar {border-style: solid; border-color: #5c6c5c; padding: 2%; display:flex;}
.home-btn {position: absolute; left: 50%; transform: translate(-50%,0px)}
.back-btn {position: relative; left: 12%;}

.links a{font-size: 45px; padding: 25px;}
.links {text-align: center; font-size: 45px; padding-bottom: 50px;}


.pic-desc {display:flex;}

body {background-image: url(/bg_sample.png); background-repeat: repeat; font-family: sans-serif; background-color: #0a0a00; color: #cfcfaa;}

h1 {font-size: 55px; text-align: center;}
h2 {font-size: 45px; text-align: center;}
/* TODO: Change these to percentages*/
h3 {font-size: 35px; margin: 16px 128px 16px 128px;}
h4 {font-size: 30px; margin: 8px 232px 8px 232px;}
h5 {font-size: 28px; margin: 8px 284px 0px 284px;}

p {font-family: Georgia, serif; font-size: 25px; margin: 32px 256px 32px 256px; text-indent: 4em}

a {font-weight: bold; font-size: 25px;}
a:link {color: #03ed04;}
a:visited {color: #00a601;}
a:active {color: #ffffff;}
a:hover {color: #ff0000;}