@font-face {
    font-family: 'harryp';
    src: url(HarryP-MVZ6w.ttf);
}

a#btn_pottermore{
    font-family: harryp, serif;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 45px;
    padding: 60px 60px;
    color:rgb(146, 117, 35) ;
    font-size: 50px;
    text-decoration: none;
    transition: all 1s;
}
.button_container#pottermore{
    background-color: rgb(4, 2, 55);
}
a#btn_pottermore:hover{
color:rgb(255, 220, 123) ;
text-shadow: 0 -1px 4px rgb(255, 243, 210), 0 -2px 10px rgb(246, 206, 98), 0 -10px 20px #ff8000, 0 -18px 40px rgb(253, 170, 81);
}

a#btn_oldnavy{
    font-family: "Lexend", serif;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: darkblue;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 43%;
}

@keyframes slide-apart{
    0% {
        letter-spacing: auto;
    }

    100% {
        letter-spacing: 5px;

    }
}
a#btn_oldnavy:hover{
    animation: slide-apart 0.5s ease-in-out forwards;
}

a#btn_lyft{
    font-family: "Plaster", serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 60px;
    color:hotpink;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 35%;

}

.button_container{
    position: relative;
}

.fa-car-side{
    color: white;
    font-size: 2.3rem;
    position: absolute;
    transform: translate(-60px,25px);
    transition: transform 3s ease;
}

a#btn_lyft:hover .fa-car-side{
   transform: translate(290px,25px);
}
a#btn_lyft:hover{
    color:rgb(224, 90, 157);
}

a#btn_explodingkittens{
    font-family: sans-serif;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 35%;
    color:blueviolet;
}

.fa-cat{
    position:absolute;
    transform: translate(60px,20px);
    opacity:0;
    transition: opacity 5s ease;
    transition: transform 0.3s ease;
}

a#btn_explodingkittens:hover{
    color: black;
}

a#btn_explodingkittens:hover .fa-cat{
    opacity: 100;
    color:blueviolet;
}

a#btn_explodingkittens:hover .cat1{
    transform: translate(30px,-40px);
}

a#btn_explodingkittens:hover .cat2{
    transform: translate(90px,-40px);
}
a#btn_explodingkittens:hover .cat3{
    transform: translate(-45px,20px);
}
a#btn_explodingkittens:hover .cat4{
    transform: translate(183px,20px);
}
a#btn_explodingkittens:hover .cat5{
    transform: translate(60px,70px);
}

a#btn_cartoon-network{
    font-family: "Lexend", serif;
    font-size: 70px;
    font-weight: 900; 
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 35%;
    transition: font-size 0.5s ease;
}

.button_container#cartoon-network{
    background-color: blue;
}

a#btn_cartoon-network .c{
    color: white;
    background-color:black;
    padding: 10px 30px 10px 30px;
   letter-spacing: 2px;
}
a#btn_cartoon-network .n{
    color: black;
    background-color: white;
    padding: 10px 30px 10px 30px;
}

a#btn_cartoon-network:hover{
    font-size:90px;   
}

a#btn_moo{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 70px; 
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 35%;
    color: white;
    -webkit-text-stroke: 2px seagreen;
}

a#btn_moo:hover{
    color: seagreen;

}

a#btn_fitbit{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 40%;
    text-transform: lowercase;
	height: 50px;
	box-sizing: border-box;
    padding: 5px 40px 20px 40px;
    color:  grey;
}

a#btn_fitbit:hover{
    color:white;
}

a#btn_fitbit:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: black;
    transition: all 0.3s;
    border-radius: 25px;
}

a#btn_fitbit:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

a#btn_insta{
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 25%;
    text-decoration: none;
    font-size: 100px;
    color:black;
    transition: all 0.3s ease;
}

a#btn_insta:hover{
    text-shadow: 14px 9px 20px #FF0000, -16px 9px 20px #FF9C2A, -16px -5px 20px #FF1BFF, 17px -5px 20px #B218FF, 17px -5px 20px #B218FF;
    color:white;
}


a#btn_coke{
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 40%;
    text-decoration: none;
    font-size: 60px;
    font-family: "Corinthia", serif;
    font-weight: 400;
    font-style: normal;
    color:  #950000;
    transition: all 0.2s ease;
}
a#btn_coke:hover{
    background: #950000;
    background: linear-gradient(to top left, #950000 0%, #CFC0B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
}

a#btn_nike{
    display: inline-block;
    position: relative;
    margin:auto;
    text-decoration: none;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
    padding: 70px;
    color:black;
}
a#btn_nike::before{
    content:"";
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height:120px;
    background-color: white;
    border-radius: 50%;
    z-index:-1;
    transition: all 0.1s ease;
}

a#btn_nike:hover::before{
    outline:3px solid black;
}

a#btn_nike:hover{
    color: rgb(220, 105, 18);
}