@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#back {
    background-image: url('https://assets.albiononline.com/uploads/media/default/media/a4ce860061a2e35622b3cade9550ebe9e10e0cd8.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
}

header {
    background-color: rgba(255, 255, 255, 0.37);
    text-align: center;
    height: 100px;
    width: 100%;
    font-size: 40px;
    color: rgb(0, 0, 0);

}

header img {
    height: 100px;
    position: absolute;
    margin-left: 10px;
    left: 0px;
}

form {
    width: 400px;
    position: relative;
    top: 10px;
    left: 40%;
    border: 2px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.582);
}

p {
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-top: 10px;
}

#tabela {
    background-color: #ddd;
    margin: 20px 50px;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    left: 250px;

}

td,th {
    border: 1px solid #ddd;
}

th {
    padding: 10px;
    background-color: #f4f4f4;
    display: inline block;

}

td {
    text-align: center;
}
#imPremium{
    position: relative;
    height: 50px;

}

.grayscale{
    filter: grayscale(100%);
}
.normal{
    filter: none;
}
@media (max-width:1440px) {
    form {
        left: 35%;
    }

    #tabela {
        left: 20px;
    }

}
@media (max-width:1280px) {
    form {
        left: 35%;
    }

    #tabela {
        left: 20px;
    }
}
@media (max-width:1080px) {
    header {
        width: 1080px;
    }

    form {
        width: 350px;
        position: relative;
        top: 0px;
        left: 35%;
    }
    #tabela {
        margin: 10px 10px;
        position: absolute;
        left: 0px;
    }
}
@media (max-width:812px) {
    header {
        width: 930px;
    }
    form {
        width: 350px;
        position: relative;
        top: 0px;
        left: 35%;
    }
    #tabela {
        margin: 10px 10px;
        position: absolute;
        left: 0px;
    }
}