.btn{
    width:120px;
    height:120px;
    line-height:120px;
    font-family: "sans-serif";
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:2px solid #4A94FF;
    color:#4A94FF;
    font-size:18px;
      <!-- font-weight:bold;>
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.btn a:hover{
    transform: scale(1.15);
    background:#4A94FF;
    color:#FFFFFF;
    border:2px solid #FFFFFF;
    box-shadow:none;
/*    margin-left:5px;
    margin-top:5px;*/
}

.formbtn{
    display: flex;
    width:500px;
    height:60px;
    line-height:60px;
    font-family: "sans-serif";
}
.formbtn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#4A94FF;
    text-align:center;
    border:2px solid #4A94FF;
    color:#FFFFFF;
    font-size:20px;
    <!--
     font-weight:bold;>
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.formbtn a:hover{
    background:#FFFFFF;
    color:#4A94FF;
    border:2px solid #4A94FF;
    box-shadow:none;
}

@media screen and (max-width:750px) {
.btn{
    width:80px;
    height:80px;
    line-height:80px;
}
.btn a{
    font-size:1.3rem;
}



.formbtn{
    width:350px;
    height:40px;
    line-height:40px;
}
}
