body {
    margin: 0;
}

body {
    font-family: 'poppins';
    letter-spacing: 2px;
    font-weight: 700;
    background-color: black;
}

p {
    font-size: larger;
}

.tour-poster {
    width: 500px;
    height: auto;
}


.page-wrap {

    background-color: #938476;
}

.page-title {
    display: block;
    text-align: center;
    margin: 10px;
}

.page-title img {
    width: 600px;
    height: auto;
}

.centered-heading {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    margin: 8px 0;
}

.centre {
    text-align: center
}

.centre-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
}
p::first-letter {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}


h1,h2,h3,h4,h5,h6 {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
letter-spacing: 2px;
font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
}

p {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 12px;
    line-height: 1.4;
}

img {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 6px;
    line-height: 1.4;
}

.tour-sheet {
    width: 560px;
    height: auto;
}