.tiled-background {
    background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/trees%203.gif")
}

.backdrop {
    width: 60%;
    padding: 40px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background-color: #ebe7d1;
}

.top-image {
    display: flex;
    justify-content: center;
}

.title {
    margin: 0 auto;
    width: fit-content;
    padding: 0px 20px 0px 20px;
    border-radius:20px;
    background-color: #ded8c5;
    
}

.intro-yap {
   text-align: center;
}

.link-list {
    text-align: center;
}

.comm-links {
    text-align: center;
}

h1 {
    color: #4f4636;
    text-align: center;
}

p {
    color: #4f4636
}

a:link {
    color: #869b4d
}

a:visited {
    color: #4f4636
}