/*
Roll & Bones user account stylesheet 

Author:     Cameron Baker
Created:    2026-04-15 
Updated:    2026-04-15 

Filename:   account.css 
*/ 

body {
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

a {
    color: limegreen;
    text-decoration: none;
}

a:hover {
    color: darkgreen;
}

img {
    width: 25%;
}

#footerLogo {
    width: 35px;
}