a#btn_coca-cola {
    display: block;
    left: 50%;
    right: 50%;
    transform:translate(-50%, -50%);
    text-decoration: none;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 1000px;
    margin: auto;
    margin-top: 130px;
    margin-left: 130px;
    padding-top: 25px;
    border-radius: 1000px;
    background-color: #fe0606;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    text-align: center;
}

a#btn_coca-cola:hover {
    background-color: #ffffff;
    color: #fe0606;
}

a#btn_ibm{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    margin-top: 130px;
    margin-left: 130px;
    transform:translate(-50%, -50%);
    text-decoration: none;
    background-color: #230d8e;
    color: white;
    font-size: 30px;
    padding: 15px 30px;
    font-family: monospace;
    font-weight: 600;
}

a#btn_ibm:hover{
    background-color: white;
    color: #230d8e;
    border: 5px solid #230d8e;
}

a#btn_mk{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 25px;
    padding: 15px 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

a#btn_mk:hover{
    font-style: oblique;
    font-weight: 900;
}

a#btn_ideo{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 50px;
    padding: 15px 30px;
    font-family: 'Imbue', serif;
    text-align: center;
}

a#btn_ideo:hover {
    color: gray;
    letter-spacing: 30px;
    padding-left: 70px;
}

a#btn_nike {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    text-decoration: none;
    color: #fe5000;
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    font-style: italic;
    padding: 10px 20px;
    transition: all 0.2s;
  }
  
a#btn_nike:hover{
    color: black;
    font-size:40px;
}

a#btn_tesla{
    display: inline-block;
    position: relative;
    margin:auto;
    margin-top: 100px;
    padding: 8px 16px;
    color: #ff0000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -2px;
    transition: all .2s;
}

a#btn_tesla:before {
    content: "TESLA";
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ff0000;
    color: white;
    transition: all .5s;
}


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

a#btn_tcr {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
  
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #2e0bf6, #63fa06 50%, #c3ff00 50%);
    background-size: 200% 100%;
    background-position: 0% 0%;
  }
  
  a#btn_tcr:hover {
    background-position: 100% 100%;
  }

  a#btn_moo {
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50px;
    margin: auto;
    margin-top: 75px;
    padding-top: 28px;
    background-color: #0a350a;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    transition: all .2s;
}

a#btn_moo:hover {
    background-color:  #0f560f;
}

a#btn_fb {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    margin: auto;
    margin-top: 100px;
    padding: 10px 40px 0 40px;
    background-color: #075e58;
    border: 2px solid #075e58;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}

a#btn_fb:hover {
    background-color: #fff;
    border: 2px solid #075e58;
    color: #075e58;
}


a#btn_ek {
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 100px;
    text-decoration: none;
    color: #000000;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-style: italic;
    padding: 10px 20px;
    transition: all 0.2s;
    border: 5px solid black;

  }
  
a#btn_ek:hover{
    color: rgb(255, 0, 0);
    font-size:30px;
    border: none;
}


a#btn_tny{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 25px;
    padding: 15px 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;
}

a#btn_tny:hover{
    font-style: oblique;
    font-weight: 900;
    border: 2px solid black;
}

a#btn_mbg{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding: 15px 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    background-color: #057f05;
    letter-spacing: 4px;
    color:#ffffff;
}

a#btn_mbg:hover{
    font-weight: 900;
    background-color: #ffffff;
    color:#055213;
    box-shadow: 0 0 8px #055213;
}


a#btn_old{
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 100px;
    padding: 10px 40px 0 40px;
    color: rgb(20, 28, 91);
    font-size: 30px;
    font-family:  "Ubuntu", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all .5s;
}

a#btn_old:hover {
    background-color: rgb(10, 3, 75);
    color: #ffffff;
    border-radius: 25px;
    border: 2px solid #075e58;
    text-decoration: underline;
    border: 2px solid #075e58;
}

a#btn_velocity{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 25px;
    padding: 15px 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

a#btn_velocity:hover{
    font-style: oblique;
    font-weight: 900;
    color: #fe0606;
}

a#btn_mj{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    font-size: 30px;
    color:#715a31;
    padding: 15px 30px;
    font-family: 'Cedarville Cursive', cursive;
    text-align: center;
}

a#btn_mj:hover{
    font-style: oblique;
    font-size: 20px;
}

a#btn_facebook {
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
    margin-top: 75px;
    padding-top: 8px;
    background-color: #0970ed;
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-decoration: none;
    letter-spacing: 3px;
    transition: all .2s;
}

a#btn_facebook:hover {
    background-color: #3392ff;
}

a#btn_ig {
    display: block;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
    margin-top: 100px;
    padding-top: 8px;
    background-image: linear-gradient(90deg, #7a017c, #f8a618);
    color: #fff;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
}

a#btn_ig:hover {
    font-size:30px;
}

a#btn_npr{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(6, 10, 241);
    font-size: 40px;
    padding: 15px 50px;
    letter-spacing: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

a#btn_npr:hover{
    letter-spacing: 0px;
    border: 2px solid rgb(255, 0, 0);
}

a#btn_cn{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(0, 0, 0);
    font-size: 25px;
    padding: 15px 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
}

a#btn_cn:hover{
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    border: 3px solid black;
    border-radius: 100px;
    color: #000000;

}


a#btn_lyft{
    display: inline-block;
    left: 50%;
    right: 50%;
    margin: auto;
    transform:translate(-50%, -50%);
    margin-top: 130px;
    margin-left: 130px;
    text-decoration: none;
    margin-left: 130px;
    color: rgb(127, 10, 229);
    font-size: 40px;
    font-weight: 400;
    padding: 15px 30px;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}

a#btn_lyft:hover{
    color: rgb(229, 10, 218);
}