body {
    background-color: #8EAE91;
    color: #3C2020;
}

#home_logo {
   max-width: 30%;
}

#home_title {
    font-size: 5em;
    font-weight: bold;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#home_link {
    font-size: 1.5em;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #3C2020;
}

#heading_logo {
    position: relative;
    max-width: 40%;
}

#heading {
    position: relative;
    font-size: 4em;
    left: -100px;
}

#summary {
    font-size: 1.5em;
    font-weight: 600;
    border: 1px solid black;
    background-color: antiquewhite;
    margin-left: 100px;
    margin-right: 200px;
    padding: 10px;
}

.attractions {
    font-size: 1.5em;
    font-weight: bold;
}

.card {
    font-weight: bold;

}
