.container {
    margin-top: 20px;;
}

.chrome-banner {
    width: 200px;
}

.firefox-banner {
    height: 60px;
}

.google-play-banner {
    width: 200px;
}

.social-link {
    color: #bebebe;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

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

hr {
    height: 1px;
    background-color: #bebebe;
}

.logo {
    height: 200px;
}

.button-black {
    background-color: black;
    border-color: black;
}