body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

main {
    margin: 40px;
}

h1 {
     font-size: 30px;
     margin-bottom: 40px;
}

.button_container {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    padding: 20px;
    width: 300px;
    height: 300px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

a#btn_spotify {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    margin: auto;
    margin-top: 100px;
    padding: 10px 40px 0 40px;
    background-color: #2ebd59;
    border: 2px solid #2ebd59;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}

a#btn_spotify:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

a#btn_amazon {
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto;
    margin-top: 75px;
    padding-top: 8px;
    background-color: #232f3e;
    color: #fff;
    text-align: center;
    font-size: 60px;
    transition: all .2s;
}

a#btn_amazon:hover {
    background-color: #fc9a18;
}

a#btn_twitter {
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: auto;
    margin-top: 105px;
    padding: 10px 30px 0 30px;
    background-color: #56cdf1;
    color: #fff;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a#btn_twitter:hover {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ebfec+0,28a5cb+100 */
    background: rgb(46,191,236); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(46,191,236,1) 0%, rgba(40,165,203,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(46,191,236,1) 0%,rgba(40,165,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(46,191,236,1) 0%,rgba(40,165,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ebfec', endColorstr='#28a5cb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

a#btn_indiegogo {
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 100px;
    padding: 8px 16px;
    background-color: #fff;
    color: #eb1478;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -2px;
    transition: all .2s;
}

a#btn_indiegogo:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eb1478;
    transition: all .5s;
}

a#btn_indiegogo:hover {
    color: #fff;
}

a#btn_indiegogo:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a#btn_indiegogo span {
    position: relative;
    z-index: 10;
}

.lyft img {
    display: block;
    width: 170px;
    height: 120px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 70px;
    padding-top: 6px;
    transition: transform .5s;
}

.lyft img:hover {
    transform: translateX(250%);
    transition: all 1s;
}
.apple img {
    display: block;
    width: 120px;
    height: 150px;
    margin: auto;
    margin-top: 50px;
    transition: transform .5s;
}

.apple img:hover {
    transform: scale(1.5);
}

.nike img {
    display: block;
    width: 250px;
    height: 150px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 50px;
    transition: transform .5s;
}


.nike:hover img {
    transform: scale(0);
}

.newyorker {
    display: inline-block;
    position: relative;
    margin: auto;
    padding-top: 100px;
    font-size:25px;
    font-weight: 700;
    color:#3b0b58;
    transform: skewX(-20deg);
    transition: all 1s;
    overflow: hidden;
}

.newyorker:hover {
    transform: skewX(20deg); 
}

.samsung {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 90px;
    padding: 14px 21px;
    background-color: #374ad3;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50%;
    letter-spacing: 2px;
    transition: all .2s;
}

.samsung:hover {
    color: #ffffff;
    background-color: #374ad3;
    padding: 35px 42px;
}

.facebook {
    display: block;
    font-size: 35px;
    font-weight: 200;
    text-transform:lowercase; 
    color: rgb(255, 255, 255);
    background-color:#56cdf1;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 90px;
    transition: all .5s;
}

.facebook:hover {
    color: white;
    background-color:#3194b3
}


.tesla img {
    display: block;
    width: 170px;
    height: 200px;
    margin: auto;
    margin-top: 30px;
    transition: transform 2s;
}

.tesla img:hover {
    transform: scale(-1.5);
}

.moo {
    display: block;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 45px;
    transition: transform .5s;
}

.moo:hover {
    transform: scale(8);
}


.coca-cola img {
    display: block;
    width: 250px;
    height: 110px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 60px;
}

.coca-cola:hover img {
    transform: rotate(360deg);
    transition: all 1s;
}

.mk {
    display: block;
    font-size: 35px;
    font-weight: 700;
    text-transform:uppercase; 
    color: black;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 65px;
    transition: all .5s;
}

.mk:hover {
    color: white;
    background-color: black;
}
