﻿* {
    font-family: "Poppins", sans-serif;
}

.btn {
    border-radius: 64px;
    background: var(--primary-color);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transform-style: preserve-3d;
    border: none;
}

.btn:hover {
    cursor: pointer
}