@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
html, body {
    font-family: 'Libre Baskerville', serif;
    
}

html {
    background-color: none !important;
    height: 100%;
    background-image: url('../img/bg/minecraftbanner01.jpg');
    background-position: top center;
    background-size: cover();
    
}

body {
    background-color: transparent;
}

p, h1, h2, h3, h4, h5, html, body, div {
    color: white;
    font-family: 'Libre Baskerville', serif;
}

.cell {
    background-color: rgba(0,0,0,0.8);
}

table {
    background-color: transparent;
}

tr , td {
    color:black;
    background-color: transparent;
}

ul, li {
    list-style: none;
}

.mgtop
    {
        margin-top:20px;
    }