﻿canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 99;
}

#team {
    position: absolute;
    top: 20%;
    right: 0;
    left: 18%;
    display: none;
    width: 600px;
    height: 600px;
    margin: auto;
    background-color: #d00;
    border-radius: 50%;
}

.teamNames {
    position: relative;
    margin: auto;
    height: 40px;
    text-align: center;
    background-color: none;
}

    .teamNames h6 {
        position: relative;
        margin: auto;
        width: 300px;
        height: 40px;
        text-align: center;
        background-color: white;
        border-radius: 20px;
        padding-top: 4%;
    }

.card {
    position: relative;
    margin: auto;
    width: 100%;
    border-radius: 20px;
    background-color: transparent;
    border: none !important;
}
