body {
    background-color: black;
    font-family: 'verdana', sans-serif;
    text-align: center;

}

h1 {
    font-weight: normal;
    font-size: 50px;
    color: white;
}

h2 {
    color: white;
    font-weight: 300;
    font-size: 42px;
}

div {
    display: inline-flex;
    flex-direction: column;
}

a {
    color:aquamarine;
    font-size: 16px;
    text-decoration: underline;
}

p {
    color: grey;
    font-size: 21px;
}

video {
    height: 600px;
}

.camp {
    box-shadow: 0 0 50px 10px rgba(231, 189, 4, 0.2);
}

.littlephone {
    width: 80px;
}

footer {
    text-align: right;
    color: grey;
}