* {
    font-family: serif;
    box-sizing: border-box;
    margin: 0px;
    color: white;
    text-align: center;
}

h3, h4, td {
    text-shadow: 2px 0px 0px black;
}

table {
    border-collapse: collapse;
}

td {
    border: solid 1px black;
}

body {
    background-image: linear-gradient(0deg, black,transparent);
}

div {
    display: block;
}

body, html {
    height: 100%;
}

.container {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

.wrap {
    width: 95vw;
    max-width: 400px;
    box-shadow: black 0px 15px 20px 0px;
    background-image: linear-gradient(1deg, black, transparent);
    border-radius: 10px;
    overflow: hidden;
    padding: 1vh 2vh 3vh;
    text-align: center;
}

.wrap1 {
    width: 100%;
    max-width: 400px;
    background-image: linear-gradient(1deg, black, transparent);
    overflow: hidden;
    padding: 1vh 2vh 3vh;
    text-align: center;
    min-height: 100vh;
}

.input1 {
    width: 100%;
    font-size: 20px;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.input2 {
    width: 100%;
    font-size: 20px;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 20px
}

.button {
    margin: 0px;
    padding: 10px;
    height: 40px;
    width: 100px;
    cursor: pointer;
    background: deepskyblue;
    border-radius: 10px;
    border: none;
}

.button1 {
    margin: 0px;
    padding: 10px;
    margin-bottom: 30px;
    height: 40px;
    width: 100px;
    cursor: pointer;
    background: deepskyblue;
    border-radius: 10px;
    border: none
}

.button2 {
    margin: 5px;
    padding: 10px;
    height: 50px;
    width: 120px;
    cursor: pointer;
    background: deepskyblue;
    border-radius: 5px;
    font-size: 16px;
    border: none
}

.button3 {
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
    width: 99vh;
    cursor: pointer;
    background: deepskyblue;
    border: solid blue 1px;
}

b {
    color: black;
    font-family: monospace
}

/* Create columns that floats next to each other */
.column {
    float: left;
    text-align: center;
}

/* Clear floats after the columns */
.row:after {
    float: left;
    content: "";
    display: table;
    clear: both;
}


.imgTrofeu {
    width: 10rem;
    height: 9rem;
    z-index: -1;
    position: absolute;
    top: 74%;
}

.fotoTrofeu {
    width: 15rem;
    height: 15rem;
    border-radius: 30px;
}

.gridCampeao {
    display: grid;
    justify-items: center;
}

.Letreiro {
    width: 11rem;
    height: 10rem;
    position: absolute;
    z-index: 1;
    top: 0;
    transform: scaleX(7.5) scaleY(2.7);
}

#preview {
    width: 50vh;
    height: 50vh;
}

.Data {
    color: black;
    font-size: 1rem;
}

.wrapE {
    width: 95vw;
    max-width: 30vw;
    height: 80vh;
    box-shadow: #000000de -20px 14px 17px 8px;
    background: rgb(20 32 25 / 47%);
    border-radius: 10px;
    overflow: hidden;
    padding: 0vh 0px 40px 0px;
    position: fixed;
    left: 5vw;
    font-size: 1rem;
    top: 16%;
}

.wrapC {
    width: 95vw;
    max-width: 30vw;
    height: 85vh;
    box-shadow: #000000de 0px 15px 17px 8px;
    background: rgb(20 32 25 / 47%);
    border-radius: 10px;
    overflow: hidden;
    padding: 0vh 0px 40px 0px;
    position: fixed;
    z-index: 1;
    font-size: 1rem;
    top: 12%;
}

.wrapD {
    width: 95vw;
    max-width: 30vw;
    height: 80vh;
    box-shadow: #000000de 20px 14px 17px 8px;
    background: rgb(20 32 25 / 47%);
    border-radius: 10px;
    overflow: hidden;
    padding: 0vh 0px 40px 0px;
    position: fixed;
    right: 5vw;
    font-size: 1rem;
    top: 17%;
}

.Cabecalho {
    font-family: cursive;
    box-shadow: #000000de 3px 3px 4px 0px;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    font-size: 2.2rem;
    text-shadow: 1px 3px 2px black;
    background: radial-gradient(#ffffff78, #000000e0);
}

.TabelaH {
    padding: 3px 8px 3px 8px;
    font-family: cursive;
    font-size: 2rem;
    background: radial-gradient(#00580500, #00000054);
}

Tabela, td.Tabela {
    font-family: cursive;
    font-size: 1.4rem
}

.TabelaM, td.TabelaM {
    padding: 5px 15px 5px 15px;
    font-family: cursive;
    font-size: 1.1rem
}

.Trofeu {
    display: flex;
    align-self: center;
    font-size: 2rem;
    z-index: 1;
    font-family: cursive;
    text-shadow: 1px 3px 2px black;
    padding-top: 5%;
    justify-content: center;
}

.Clock {
    font-size: 1.6rem;
    font-family: cursive;
}

#Alarm {
    color: black;
    text-shadow: none;
    background-color: yellow;
    font-size: 3rem;
    top: 50%;
    left: 22%;
    right: auto;
    position: absolute;
    font-family: sans-serif;
    z-index: 1
}

.Cadastro {
    color: greenyellow;
    text-shadow: 0px 1px black;
}

.Nome {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: cursive;
    max-width: 95%
}

.Foto {
    padding: 0;
    background-repeat: no-repeat;
    vertical-align: bottom;
    background-size: 75px 65px;
    text-align: initial;
}

td.Tabela, td.TabelaM {
    height: 6.3vh;
}

    td.Tabela.Foto, td.TabelaM.Foto {
        height: 61px;
        width: 75px;
        font-size: 1.4rem;
    }
