section, .team-camp {
    margin: 30px;
}

section .camp {
    margin: 30px 0;
}

.team-camp {
    border: 2px solid black;
    padding: 15px;
}

#descriptions {
    padding: 15px;
}

.we-hope {
    text-transform: uppercase;
    padding: 30px;
    font-size: 2.5em;
}

iframe {
    width: 100%;
    height: 100vh;
}