h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
    text-align: center;
	color: #ef6e5b;
	font-size: 44px;
    margin: 5% 0;
}

td {
    vertical-align: top;
    padding-bottom: 8px;
}

td:first-of-type {
    width: 20%;
}

.banner {
    height: 45vh;
    width: 100%;
    background-image: url(../media/Virtual-Camp.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.details {
    margin: 7% 0;
}

#register {
    display: flex;
    align-items: center;
    justify-content: center;
}

#register button{
    margin-right: 5%;
	font-weight: 900;
	width: 200px;
	height: 60px;
	font-family: 'Comfortaa', cursive;
	background-color: darkcyan;
	border-color: darkcyan;
	color: white;
}

#register button:hover {
    background-color: burlywood;
	border-color: white;
}

#register:hover {
    text-decoration: none;
}