body {
    font-family: Arial,Helvetica,sans-serif;
    background-color: white;
}

h1 {
    text-align: center;
    background-color: #27afe5;
    color: white;
    padding: 30px;
    margin-top: 10px;
    width: 1000px;
}

h2 {
    text-align: center;
}

.credits {
    text-align: center;
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.videos {
    text-align: center;
}