/*Code by IINotCxrsair :)*/

html {

    scroll-behavior: smooth;
}

body {
    background-color:  #a40b22;
    color: rgb(184, 169, 169);
}

h1 {
    color: rgb(211, 218, 218);
    font-size: 4rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center; 
    box-shadow: 3px 5px rgb(75, 75, 75);
}

a {
    text-align: center;
    font-size: 1rem;
    color: #642f37;

}


/*H3 is Good*/

h3 {
    color: rgb(184, 169, 169);
    font-size: 3rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}

/*H4 is Bad*/

h4 {
    color: rgb(184, 169, 169);
    font-size: 3rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}

/*Buttons*/

.centerg {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 45%;
}
.centerb {
    margin: 0;
    position: absolute;
    size: 100xp;
    top: 55%;
    left: 40%;
}

/*Misc*/

.pbag {
    color: rgb(184, 182, 179);
    font-size: 1rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
