/* @import"https://fonts.bunny.net/css"; */

@import url(https://fonts.bunny.net/css?family=abel:400);

:root {
    --color: #3b78f2;
    --width: 420px;
    --height: 80px;
    --width-lg: 840px;
    --height-lg: 520px;
    --margin-lg: 32px;
    --transition: ease-in-out 500ms;
    --bg-dark: #202022;
    --gap: 4;
    --input-background-color: #e1e1e1;
    --input-background-color-hover: #c1c1c1;
    --border-style: solid;
    --border-color: #c1c1c1;
    --border-color-hover: #a1a1a1;
    --border-radius: 5px;
}

body {
    color: #ebeced94;
    font-family: 'Abel', system-ui;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    /* min-height: 100vh; */
    flex-direction: column;
    background-color: #202022;
    /* background-size: 100% 100%;
    background-position: 0 0;
    background-image: radial-gradient(35% 35% at 50% 50%, #202022 60%, #161617 95%); */
    scroll-behavior: smooth;
    overflow:hidden;
}

#app {
    height: 100%;
}

/* 
#app {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center
} */

a.text-white {
    transition: var(--transition);
    color: #fff
}

a.text-white:hover {
    color: var(--color)
}

.underline-0 {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

.m-1 {
    margin: 2px
}

.mx-1 {
    margin-top: 2px;
    margin-bottom: 2px
}

.my-1 {
    margin-top: 2px;
    margin-bottom: 2px
}

.mt-1 {
    margin-top: 2px
}

.me-1 {
    margin-right: 2px
}

.mb-1 {
    margin-bottom: 2px
}

.ms-1 {
    margin-left: 2px
}

.m-2 {
    margin: 4px
}

.mx-2 {
    margin-top: 4px;
    margin-bottom: 4px
}

.my-2 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mt-2 {
    margin-top: 4px
}

.me-2 {
    margin-right: 4px
}

.mb-2 {
    margin-bottom: 4px
}

.ms-2 {
    margin-left: 4px
}

.m-3 {
    margin: 6px
}

.mx-3 {
    margin-top: 6px;
    margin-bottom: 6px
}

.my-3 {
    margin-top: 6px;
    margin-bottom: 6px
}

.mt-3 {
    margin-top: 6px
}

.me-3 {
    margin-right: 6px
}

.mb-3 {
    margin-bottom: 6px
}

.ms-3 {
    margin-left: 6px
}

.m-4 {
    margin: 8px
}

.mx-4 {
    margin-top: 8px;
    margin-bottom: 8px
}

.my-4 {
    margin-top: 8px;
    margin-bottom: 8px
}

.mt-4 {
    margin-top: 8px
}

.me-4 {
    margin-right: 8px
}

.mb-4 {
    margin-bottom: 8px
}

.ms-4 {
    margin-left: 8px
}

.p-1 {
    padding: 2px
}

.px-1 {
    padding-left: 2px;
    padding-right: 2px
}

.py-1 {
    padding-top: 2px;
    padding-bottom: 2px
}

.pt-1 {
    padding-top: 2px
}

.pe-1 {
    padding-right: 2px
}

.pb-1 {
    padding-bottom: 2px
}

.ps-1 {
    padding-left: 2px
}

.p-2 {
    padding: 4px
}

.px-2 {
    padding-left: 4px;
    padding-right: 4px
}

.py-2 {
    padding-top: 4px;
    padding-bottom: 4px
}

.pt-2 {
    padding-top: 4px
}

.pe-2 {
    padding-right: 4px
}

.pb-2 {
    padding-bottom: 4px
}

.ps-2 {
    padding-left: 4px
}

.p-3 {
    padding: 6px
}

.px-3 {
    padding-left: 6px;
    padding-right: 6px
}

.py-3 {
    padding-top: 6px;
    padding-bottom: 6px
}

.pt-3 {
    padding-top: 6px
}

.pe-3 {
    padding-right: 6px
}

.pb-3 {
    padding-bottom: 6px
}

.ps-3 {
    padding-left: 6px
}

.p-4 {
    padding: 8px
}

.px-4 {
    padding-left: 8px;
    padding-right: 8px
}

.py-4 {
    padding-top: 8px;
    padding-bottom: 8px
}

.pt-4 {
    padding-top: 8px
}

.pe-4 {
    padding-right: 8px
}

.pb-4 {
    padding-bottom: 8px
}

.ps-4 {
    padding-left: 8px
}

.rounded {
    border-radius: 3px
}

.rounded-1 {
    border-radius: 3px
}

.rounded-2 {
    border-radius: 6px
}

.rounded-3 {
    border-radius: 9px
}

.rounded-4 {
    border-radius: 12px
}

.gap {
    gap: 4px
}

.gap-1 {
    gap: 4px
}

.gap-2 {
    gap: 8px
}

.gap-3 {
    gap: 12px
}

.gap-4 {
    gap: 16px
}

.border {
    border-style: var(--border-style);
    border-width: 1px;
    border-color: var(--border-color);
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.d-flex {
    display: flex
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.align-start {
    align-items: start
}

.align-center {
    align-items: center
}

.align-end {
    align-items: end
}

.justify-start {
    justify-content: start
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: end
}

.justify-between {
    justify-content: space-between
}

.row {
    flex-direction: row
}

.column {
    flex-direction: column
}

.wrap {
    flex-wrap: wrap
}

.nowrap,
.no-wrap {
    flex-wrap: nowrap
}

.dimmed {
    opacity: 20%
}

.border-box {
    box-sizing: border-box
}

.content-box {
    box-sizing: content-box
}

.w-100vw {
    width: 100vw
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.h-100vh {
    height: 100vh
}

.overflow-auto {
    overflow: auto
}

.overflow {
    overflow: auto
}

.bg-white {
    background-color: whitesmoke;
}

.bg-light {
    background-color: #c0c0c0;
}

.bg-dark {
    background-color: #161617;
}

.bg-black {
    background-color: black;
}

.text-white {
    color: whitesmoke;
}

.text-light {
    color: #c0c0c0;
}

.text-dark {
    color: #161617;
}

.text-black {
    color: black;
}

.small {
    font-size: small;
}

.large {
    font-size: 3rem
}

.largest {
    font-size: 6rem;
}

.panel-font {
    font-size: 6rem;
    font-weight: bolder;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-5 {
    margin-top: 50px;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

canvas {
    filter: blur(1px);
    z-index: -100;
}
/* 
button,
input[type="text"] {
    background-color: var(--input-background-color);
    border: 3px var(--border-style) var(--border-color);
    border-radius: var(--border-radius);
    padding: 1px 5px;
    text-align: center;
    font-size: large;
}

button:hover {
    background-color: var(--input-background-color-hover);
    border-color: var(--border-color-hover);
    cursor: pointer;
}

input[type="text"] {
    min-width: 480px;
} */