body {
    /* background: url('/img/bg.jpg') center no-repeat; */
    background-size: cover;
    background-color: #222;
}

.darken {
    background: #0007;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.content {
    background: #fffd;
    border-radius: 10px;
    box-shadow: 6px 10px 8px #000;
}

.profile-pic {
    width: 100%;
    max-width: 250px;
}

.logo {
    max-width: 80%;
    height: auto;
}

.icon {
    height: 52px;
    width: 52px;
    padding: 8px;
}

.video {
    margin: 20px auto 40px;
    max-width: 700px;
}

.small-player {
    width: 100%;
}

.thumbnail {
    width: 100px;
    height: 100px;
}

a:hover {
    text-decoration: none;
}