/* Author : ART4VETS */

test{
    font-family: Arial, Helvetica, sans-serif;
}


*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    overflow: hidden;
    user-select: none;
}

selector { cursor: none; }

@font-face {
    font-family: Fira-Code;
    src: url("./FiraCode-VariableFont_wght.ttf");
}

body{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    background-color: white;
    font-family: Fira,Code, Arial, Helvetica, sans-serif;
}

canvas{
    position: absolute;
    width: 20vmin;
    height: 8vmin;
    align-self: flex-start;
    margin-top: 10vmin;
    margin-left: 3vmin;
}

.fx-hash{
    z-index: 3;
    position: absolute;
    width: 20vmin;
    height: 8vmin;
    align-self: flex-start;
    margin-top: 10vmin;
    margin-left: 3vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 3vmin;
}

.hash-header{
    font-size: 2vmin;
    font-weight: 300;
    text-align: center;
    background-color: #FFB500;
    border-bottom: 0.25em solid black;
    height: 7vmin;
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mint-token{
    font-size: 4vmin;
    font-weight: 600;
    align-self: flex-start;
    margin-left: 1em;
}

.hash-token{
    font-size: 3vmin;
    font-weight: 900;
    text-align: center;
    color: #00da9a;
    /* width: 100%; */
}

.profile-box{
    font-size: 2vmin;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    color: white;
    background-color: #6F0FFF;
    border-radius: 0.25em;
    margin-bottom: 10vh;
    position: relative;
}

.popper-left{
    margin-right: 10vmin;
}
.popper-right{
    margin-left: 10vmin;
}
