h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: start;
}

body {
    margin: 0;
    background-image: url("../img/bg/2hand_WC.gif");
    background-repeat: repeat;
}

#window {
        border: rgb(51, 42, 26) 7px groove;
        height: auto;
        width: 1500px;
        margin: auto;
        padding: 15px;
        background-image: url("../img/bg/paper-texture.jpg");
}

#header {
        color: rgb(42, 66, 43);
        text-align: center;
        font-size: 15px;
        margin: auto;
        padding: 5px;
}
    
a:link {
            color: rgb(106, 175, 8);
            background-color: transparent;
            text-decoration: none;
}

a:visited {
            color: rgb(106, 175, 8);
            background-color: transparent;
            text-decoration: none;
}

a:active {
            color: rgb(106, 175, 8);
            background-color: transparent;
            text-decoration: none;
}