﻿.btn1 {
    background: linear-gradient(316deg, #4679ef 0%, #55f0f7 100%);
    box-shadow: 0 4px 12px rgb(85 118 247 / 50%);
}

.btn2 {
    background: linear-gradient(135deg, #faf5ff 0%, #c5dfff 100%);
    color: #5560f7;
}

.btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #333;
}

.service {
    box-shadow: inset 1px -1px 15px 0px rgb(71 147 147 / 30%);
    border-radius: 10px;
}

.button {
    display: block;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    background: linear-gradient(316deg, #4679ef 0%, #55f0f7 100%);
    margin: 20px auto;
}
.button2, .button3{
    background-color:#666;
}

.algd{
    display:none;
}