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


/* COLA */
#btn_cocacola {
    font-family: soleil, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 25px;
    background: linear-gradient(to top, #e2212a 50%, white 50%) top;
    background-size: 100% 200%;
    color: #e2212a;
    border: 2px solid #e2212a;
    padding: 15px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 90px;

}

#btn_cocacola:hover {
    background-position: bottom;
    color: #ffffff;
    transition: all 1s ease;
}


/* APPLE */
a#btn_apple {
    display: inline-block;
    margin: auto;
    margin-top: 100px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 1000px;
    transition: all 0.5s;
    padding: 20px;
}

a#btn_apple i {
    transform: translateX(60px);
    transition: all 0.3s;
}

a#btn_apple:hover i {
    transform: translateX(0px);
}

a#btn_apple span {
    opacity: 0;
    transition: all 0.5s;
}

a#btn_apple:hover span {
    opacity: 1;
}

/* IBM */
a#btn_ibm {
    display: block;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    color: rgb(12, 3, 49);
    font-weight: 700;
    outline-style: double;
    outline-color: rgb(12, 3, 49);
    outline-width: 3px;
    text-decoration: none;
    font-family: 'helvetica';
    text-transform: uppercase;
    padding: 15px 0px 15px 0px;
    margin-top: 100px;
    margin-left: 50px;
}

a#btn_ibm:hover {
    background-color: rgb(12, 3, 49);
    color: #fff;
}

/* HASBRO */
a#btn_hasbro {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    padding: 20px 30px;
    background-color: #fff;
    color: #143beb;
    border-radius: 100px;
    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_hasbro:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #143beb;
    transition: all .5s;
    border-radius: 100px;

}

a#btn_hasbro:hover {
    color: #fff;
    border-radius: 100px;

}

a#btn_hasbro:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 100px;

}

a#btn_hasbro span {
    position: relative;
    z-index: 10;
}

/* HARLEY DAVIDSON*/
a#btn_harley {
    /* margin-top: 30%; */
    margin: auto;
    margin-top: 200px;
    font-weight: bold;
    font-size: 2rem;
    margin: 0;

    padding: .1em .3em;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #143beb;
    border-radius: 100px;

    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -2px;
    transition: all .2s;
    --c: #fff;
    /* text color */
    background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p, 100%)/300% no-repeat,
        #006629;
    /* background color */
    color: #0000;
    border: none;
    transform: perspective(500px) rotateY(calc(20deg*var(--_i, -1)));
    text-shadow: calc(var(--_i, -1)* 0.08em) -.01em 0 var(--c),
        calc(var(--_i, -1)*-0.08em) .01em 2px #0004;
    outline-offset: .1em;
    transition: 0.3s;
}

a#btn_harley:hover,
a#btn_harley:focus-visible {
    --_p: 0%;
    --_i: 1;
}

a#btn_harley:active {
    text-shadow: none;
    color: var(--c);
    box-shadow: inset 0 0 9e9q #0005;
    transition: 0s;
}

/* MICHEAL KORS */
a#btn_kors {

    margin: auto;
    margin-top: 100px;


    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: #333;
    border: 2px solid #333;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
}

a#btn_kors span {
    position: relative;
    z-index: 2;
}

a#btn_kors:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000000;
    transition: all .35s;
}

a#btn_kors:hover {
    color: #fff;
    font-weight: 700;
}

a#btn_kors:hover:after {
    width: 100%;
}

/* IDEO */
a#btn_ideo {

    margin: auto;
    margin-top: 100px;
    background-color: #fbeee0;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    padding: 0 30px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;

}

a#btn_ideo:hover {
    background-color: #fff;
}

a#btn_ideo:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}

/* CARTOON NETWORK */
a#btn_cartoon_network {


    margin: auto;
    margin-top: 100px;
    background-color: #3DD1E7;
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #000000;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: .75rem 1.65rem;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    width: 100%;
    max-width: 460px;
    position: relative;
    cursor: pointer;
    transform: rotate(-4deg);

}

a#btn_cartoon_network:focus {
    outline: 0;
}

a#btn_cartoon_network:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

a#btn_cartoon_network:hover:after {
    bottom: 2px;
    left: 2px;
}