@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Righteous&family=Sarala&display=swap');

body {
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgba(121, 9, 9, 1) 0%, rgba(255, 167, 1, 1) 96%);
    color: #cccccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ganhadores {
    font-family: 'Poppins';
    text-align: center;
    color: aliceblue;
    text-shadow: 2px 2px 5px black;
    margin-top: 50px;
}

h1 {
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.container {
    width: 80%;
    padding: 10%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    width: 30%;
    height: 225px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background-color: rgb(34, 34, 34);
    padding: 20px;
}

.card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.card h2 {
    font-size: 20px;
    margin-top: 10px;
}

.card p {
    font-size: 16px;
    margin-top: 5px;
}

.card span {
    font-weight: bold;
}

.first {
    transform: translateY(-50px);
}

.second {
    transform: translateX(-50px);
}

.third {
    transform: translateX(50px);
}

.div-principal {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.principal {
    align-content: center;
    justify-items: center;
}

.principal button{
    box-shadow:inset 0px 39px 0px -24px #e67a73;
	background-color:#e4685d;
	border-radius:4px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}

#sort {
    font-size: 3rem;
    text-align: center;
}

.crown {
    position: absolute;
    top: -30px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-image: url("https://www.google.com/url?sa=i&url=https%3A%2F%2Fbr.pinterest.com%2Fpin%2F843369467707208705%2F&psig=AOvVaw2zK8QSAQ3_EIevodFjk62r&ust=1683575021343000&source=images&cd=vfe&ved=0CA4QjRxqFwoTCKiLuez74_4CFQAAAAAdAAAAABAD");
    background-size: cover;
    z-index: 999;
}

.number1 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(255, 223, 0);
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.number2 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #BAB8B5;
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.number3 {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CD7F32;
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.numberPrincipal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #808080;
    /* Cor diferente para o 4º lugar */
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.imagemcacto img {
    margin-bottom: -50px
}

#my-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    visibility: visible;
    pointer-events: none;
}