*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Inter',sans-serif;
    color:black;
    transition: 0.1s;
}

body
{
    width: 100%;
    min-height: 100%;
    position: absolute;
    background-color: #ff9300; /*#006cff*/
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

button:active
{
    transform: scale(0.95);
    opacity: 0.8;
}

.header
{
    position: fixed;
    top:0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px;
}

.headermenu {
    width: 45px;
    height: 45px;
}

.headermenu button {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: #00000012;
    border:0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    transition: 0.1s;
    margin: 0;
    cursor: pointer;
}

.headermenu button img {
    width: 22px;
    user-select: none;
    pointer-events: none;
}

.headerlogo a
{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    /* font-style: italic; */
    letter-spacing: -0.5px;
}

.box
{
    width: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
}

.box h2
{
    font-size: 53px;
    font-weight: 800;
    color: #000000d1;
    font-style: italic;
    letter-spacing: -1px;
}

.box h1
{
    font-size: 53px;
    font-weight: 600;
    color: #0000006e;
    text-align: center;
    letter-spacing: -2px;
}

.box a
{
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: black;
    border-radius: 10px;
    color: #ff9300;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: none;
    margin-top: 20px;
}

.box input[type="file"]
{
  margin-top: 20px;
}

.box input[type="text"]
{
    width: 300px;
    height: 45px;
    border-radius: 14px;
    background-color: #f0f0f0;
    border:0;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-top: 20px;
    outline:transparent
}

.boxaction
{
    position: fixed;
    bottom: 0;
    margin-bottom: 20px;
    display: flex;
    grid-gap: 5px;
    padding: 10px;
    background-color: #000000;
    border-radius: 20px;
}

.boxaction button
{
    width: 45px;
    height: 45px;
    border-radius: 14px;
    background-color: #313131;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    transition: 0.1s;
    margin: 0;
    cursor: pointer;
}

.boxaction button img {
    width: 22px;
    user-select: none;
    pointer-events: none;
}

#preview
{
    text-align: center;
}

#preview img
{
    width: 150px;
    max-height: 400px;
    border-radius: 20px;
    margin-top: 20px;
}

.loadingbox
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    bottom:0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px) brightness(0.9);
}

.loader {
    width: 159px; /*29px*/
    aspect-ratio: 1;
    border-radius: 50%;
    border: 44px solid #00000073; /*5*/
    border-right-color: #ffffff;
    animation: l2 1s infinite linear;
  }
  @keyframes l2 {
    to{
        transform: rotate(1turn)
    }
}

.infobox
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    bottom:0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px) brightness(0.5);
    padding:20px;
}

.info
{
    background-color: #000000d1;
    border-radius: 20px;
    padding: 20px;
    width: 400px;
}

.info h2
{
    font-size: 30px;
    font-weight: 700;
    color: rgb(255 255 255 / 85%);
    font-style: italic;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info h2 img
{
    width: 30px;
    margin-right: 10px;
    user-select: none;
    pointer-events: none;
}

.info p
{
    font-weight: 400;
    color: rgb(255 255 255 / 50%);
    margin-top: 10px;
}

.info p a
{
    color: rgb(255 255 255 / 50%);
    text-decoration: none;
}

.info p a:hover
{
    text-decoration: underline;
}

.info button
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff9300;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 10px;
    margin-top: 10px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    user-select: none;
    cursor: pointer;
}

#disclaimer
{
    font-size: 12px;
    color: #ffffff59;
}


@media screen and (max-width: 800px) {
    .box
    {
        width: 100%;;
    }
    .box h2
    {
        font-size: 23px;
    }
    .box h1
    {
        font-size: 23px;
        letter-spacing: -1px;
    }
    .infobox
    {
        width: 100%;;
    }
  }