#booking {
    height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	align-self: center;
	width: 100%;
	transition: filter 0.2s;
    align-content: center;
    justify-content: center;
    animation: fadeIn 0.2s ease-in-out;
    width: 50rem;
    align-items: center;
} #booking h2 {
    margin-top: 2rem;
} #booking img {
    width: 33%;
} #booking .about {
    text-align: center;
    margin-top: 2rem;
    width: 75%;
    font-size: 1.2rem;
    margin-bottom: 2rem;
} #booking p a {
    text-decoration: underline;
    opacity: 0.7;
} #booking p a:hover {
    opacity: 1;
}