.btn {
    padding: 12px 0px;
    border-radius: 8px;
    color: #1b1c1c;
    box-shadow: 0px 3px 7px -5px #555;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 150px;
    box-sizing: border-box;
    font-weight: bold;
    background: linear-gradient(92deg, #40D1FF 0%, #55FFF5 100%);
}

.btn.full{
    width: 100%;
}

.btn.secondary{
    background: none;
    border: 2px solid #55FFF5;
    color: #55FFF5;
}

.btn.addBtn {
    width: 45px;
    height: 45px;
    text-align: center;
}

.btn.addBtn.small {
    width: 30px;
    height: 30px;
}
