/* Base Styles */
body {
    background-image: url('/images/tree.png');
}

a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

#text-items {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#getInTouch {
    justify-content: center;
    text-align: center;
}