body{
    background-color: white;
    color:black;
}
header{
    background-color: rgb(0, 44, 65);
    color: white;
}
img{
    border-radius: 30px;
}
pre{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
#tema-oscuro{
    background-color: black;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 30px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#boton1{
    background-color: skyblue;
    color: black;
    border-radius: 30px;
    font-size: xx-large;
    border-color: white;
    border: 1px solid black;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
}
#boton2{
    background-color: greenyellow;
    color: black;
    border-radius: 30px;
    font-size: xx-large;
    border: 1px solid white;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 8px;
}
#hype2{
    color: blue;
}
#karumbe2{
    color: green;
}
#enviarcaptura{
    background-color: rgb(0, 119, 255);
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 30px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#form-karumbe{
    background-color: rgb(0, 255, 0);
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 30px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#cant{
    color: red;
}
#space{
    border-radius: 20px;
}
#tiktok{
    background-color: black;
    font-size: large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 30px;
    color: white;
}
span.req{
    color: red;
}