h1 {
    text-transform: uppercase;
}

.header{
    font-size: 30px;
    color: #cab625;
    text-decoration: underline;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.subheader{
    text-decoration: underline;
}

.subsub {
    text-decoration: underline;
}

.content {
    color: black;
    background-color: white;
    border-style: solid;
    border-width: 10px;
    border-color:;
    border-radius:6px;
    margin: 15px;
    padding: 15px;
}

.footer {
    color: black;
    background-color:white;
    border-style: solid;
    border-width: 10px;
    border-color: black;
    border-radius:6px;
    margin: 15px;
    padding: 15px;
}


a.sent-link{
    font-style: italic;
    color: #ff9500;
}

a {
    color:#ff9500;
}

a:hover {
    color: #ffc069;
}

a:active {
    color: #bf7000;
}

body {
    font-family: impact;
    background-image:url("https://media.istockphoto.com/photos/paper-picture-id867940676?k=20&m=867940676&s=612x612&w=0&h=ZXJ04vDJbu-UGgDHaSXl2Jl1v0mrWCgQU3aY-8TQTbc=");
}

img.character {
    width: 200px;
    border-style: 3px;
    border-radius:6px;
    transition: width 0.1s;
}

img.character:hover {
    width: 250px;
    border-style: 3px;
    border-radius:6px;
}

img.logo{
    width: 400px;
}

img.icon{
    width: 300px;
}