.mainContainer{
    box-sizing: border-box;
}

.castaway, .kidskamp {
    padding: 5px;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.themeImg {
    width: 100%;
    max-width: 250px;
    margin: auto;
    
    
}
.themeImg img{
    width: 100%;
    
}


h1, h2, h3 {
    text-align: center;
}
.castaway .bold{
    text-align: center;
}

.bold {
    font-weight: 800;
    text-align: center;
    
}

.regButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 250px;
    height: 3em;
    word-wrap: wrap;
    margin: auto;
    background-color: lightgreen;
    text-align: center;
	margin-bottom: 3em;
	color: white;
}

.regButton a {
    color:white;
    text-decoration: none;
    cursor: pointer;
}

.giveMessage {
	margin:auto;
	text-align: center;
}

.giveButton {
	width: 100%;
	max-width: 165px;
	margin: auto;
	padding-bottom: 20px;

}



