﻿@import
"https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*after{
-webkit-box-sizing: inherit;
box-sizing: inherit;
}

html{
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}

.btn,
a.btn,
button.btn{
font.size: 1.6rem;
font-weght: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 1rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select:none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: midle;
text-decoration: none;
letter-spacing: 0.1em;
color: #cc9900;
border-radius: 0.5rem;
margin-right: auto;
margin-left: auto;
wight: 100px;
}

a.btn-c {
font-size: 1.8rem;
position: relative;
padding: 1.5rem 2rem 1.5rem 2rem;
color: #ff9999;
border-radius: 100vh;
background:eb6877;
-webkit-box-shadow: 0 5px 0 1px #e85163;
box-shadow: 0 5px 0  1px #e85163;
}

a.btn-c span{
color: #fff100;
}
a.btn-c small{
font-weight: bold;
}

a.btn-c:hover{
-webkit-transform: translate(0,3px);

color: #ffeeff;
background: #ee7f8b;
-webkit-box-shadow: 0 2px 0  #e85163;
box-shadow: 0 2px 0 #e85163;
}
