body{
    background-color: #f5f5f5;
}

.container{
    display: flex;
    align-content:center;
    flex-direction:column;
}
.center{
    display: flex;
    justify-content: center;
}


.share-instructions {
    text-align: center;
}

strong, b {
    font-weight: bold;
}

.share-options {
    display: inline-block;
    line-height: 16px;
    padding: 0 6px;
    background: #666;
    color: #fff;
    border-radius: 2px;
    font-weight: 900;
}



