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;
}

a#btn_coke {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 50px;
    padding: 8px;
    background-color: #f40000;
    color: #fff;
    height: 150px;
    width: 150px;
    border-radius: 100px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
    text-decoration: none;
    font-style: italic;
    box-sizing: border-box;
    padding-top: 55px;
    transition: all .3s;
}

a#btn_coke:hover{
    height: 170px;
    width: 170px;
    padding-top: 65px;
    font-size: 30px;
    transition: all .5s;
}

a#btn_apple {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 50px;
    padding: 8px;
    color: rgb(0, 0, 0);
    height: 150px;
    width: 150px;
    border-radius: 100px;
    font-family:Helvetica, sans-serif;
    font-weight: 100;
    font-size: 35px;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 55px;
}

.fa-apple{
    padding-right: 5px;
}

a#btn_apple:hover{
    color: rgb(175, 175, 175);
    transition: all .2s;
}

a#btn_ibm {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 50px;
    color: rgb(0, 0, 0);
    height: 150px;
    width: 150px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 40px;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 55px;
    transition: all .3s;
}

a#btn_ibm::after{
    content: "";
    position: absolute;
    bottom: 53px;
    left: 26px;
    width: 65%;
    height: 2px;
    background-color: #000;
    transition: all .3s;
}

a#btn_ibm:hover::after{
    bottom: 89px;
    transition: all .3s;
}

a#btn_ibm:hover{
    color: #0f62fe;
    transition: all .3s;
}

a#btn_nerf {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: rgb(255, 255, 255);
    background-color: rgb(18, 18, 18);
    height: 60px;
    width: 200px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 40px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 8px;
    transition: all .2s;
}

a#btn_nerf:hover{
    color: #FE5000;
    font-style: italic;
    transition: all .2s;
}

a#btn_nerf:active{
    height: 55px;
    width: 190px;
    font-size: 35px;
}

a#btn_harley {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: rgb(255, 255, 255);
    background-color: #fa6600;
    height: 60px;
    width: 250px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 20px;
    transition: all .5s;
}

a#btn_harley::after{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    position: absolute;
    font-weight: 900;
    color: rgb(255, 255, 255);
    padding-top: 2px;
    left: 180px;
    opacity: 0;
    transition: all .5s;
}

a#btn_harley:hover::after{
    left: 210px;
    opacity: 1;
    transition: all .5s;
}

a#btn_harley:hover{
    padding-right: 30px;
    transition: all .5s;
}

a#btn_michael {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: rgb(0, 0, 0);
    height: 60px;
    width: 250px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 25px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 20px;
    transition: all .5s;
}

a#btn_michael::after{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 15px;
    width: 0%;
    height: 2px;
    background-color: #000;
    transition: all .3s;
    opacity: 0;
}

a#btn_michael:hover::after{
    width: 89%;
    opacity: 1;
    transition: all .4s;
}

a#btn_ideo{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: rgb(36, 36, 36);
    height: 60px;
    width: 150px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 40px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 5px;
    border: 2px solid #000;
}

a#btn_ideo:hover{
    background-color: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    transition: all .7s;
}

a#btn_sardella{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: #f04924;
    height: 60px;
    width: 150px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    font-size: 40px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_sardella:hover{
    color: #064047;
    font-size: 50px;
    transition: all .3s;
    transform: rotate(360deg);
}

a#btn_craig{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: blue;
    height: 60px;
    width: 150px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 40px;
    font-style: none;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_craig::after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 5px;
    width: 0%;
    height: 2px;
    background-color: blue;
    transition: all .3s;
    opacity: 0;
}

a#btn_craig:hover::after{
    width: 95%;
    opacity: 1;
    transition: all .4s;
}

a#btn_lyft{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: white;
    background-color: #5c14eb;
    height: 60px;
    width: 150px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 40px;
    padding-top: 5px;
    font-style: none;
    border-radius: 100px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_lyft:hover{
    background-color: #7d4be3;
}

a#btn_lyft:active{
    width: 80px;
    height: 55px;
    margin-top: 105px;
    font-size: 35px;
}

a#btn_samsung{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: white;
    background-color: #007aff;
    height: 60px;
    width: 180px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 40px;
    padding-top: 5px;
    font-style: none;
    border-radius: 0px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_samsung:hover{
    border-radius: 100px;
    transition: all .3s;
}

a#btn_samsung:active{
    height: 70px;
    width: 195px;
    margin-top: 95px;
    padding-top: 10px;
    transition: all .2s;
}

a#btn_dcc{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: white;
    background-color: #931d1d;
    height: 40px;
    width: 180px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 7px;
    font-style: none;
    border-radius: 0px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_dcc::after{
    font-family: "Font Awesome 5 Free";
    content: "\f206";
    position: absolute;
    font-weight: 900;
    color: #931d1d;
    padding-top: 2px;
    left: 5px;
    bottom: 40px;
    transition: all .6s;
}

a#btn_dcc:hover::after{
    font-family: "Font Awesome 5 Free";
    content: "\f206";
    position: absolute;
    font-weight: 900;
    color: #931d1d;
    padding-top: 2px;
    left: 150px;
    bottom: 40px;
    transition: all .3s;
}

a#btn_cn{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 70px;
    color: rgb(0, 0, 0);
    height: 120px;
    width: 150px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    font-size: 80px;
    padding-top: 7px;
    font-style: none;
    border-radius: 0px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_cn:hover{
    background-color: #000;
    color: white;
}

a#btn_newyorker{
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    color: rgb(0, 0, 0);
    height: 120px;
    font-family:'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 30px;
    padding-top: 7px;
    font-style: none;
    border-radius: 0px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s;
}

a#btn_newyorker:hover{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style:italic;
}

a#btn_newyorker:active{
    font-family:fantasy;
    font-size: 25px;
}