@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&family=Fleur+De+Leah&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Griffy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Griffy&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Amarante&family=Gloria+Hallelujah&family=Griffy&display=swap');

body {
    background-color: #8d2525;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 600px;
}

main {
    background-color: #b62424;
    border: 10px dotted #000
}

header {
    background-color: #da4040;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 100px;
    border: 15px solid #000;
    font-family: "Amarante", serif;
}

nav {
    background-color: #e45f5f;
    padding-bottom: 10px;
    padding-top: 10px;
}

footer {
    background-color: #e45f5f;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Gloria Hallelujah", cursive;
}

h1 {
    font-size: 65px;
    text-shadow: 4px 4px 20px #441212;
    color: #ec0000;
    font-family: "Fleur De Leah", cursive;
}

h2 {
    font-size: 40px;
    text-shadow: 4px 4px 20px #441212;
    font-family: "Amarante", serif;
}

p {
    color:#130000;
    font-size: 20px;
    font-family: "Gloria Hallelujah", cursive;
}

img {
    max-width: 400px;
    border: 10px solid #000;
    box-shadow: 6px 6px 22px #441212;
}

a:link {
    color:#bd0000;
}

a:visited {
    color:#490a0a;
}

a:hover {
    color:#da0101;
}

a:active {
    color:#dd0202;
}

a {
    font-size: 28px;
    font-family: "Amarante", serif;
}