/*your custom css goes here*/
.gametype {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: absolute;
    width: 35%;
    top: 6%;
    transform: rotate(316deg);
    left: -11%;
    background: #fff;
    padding: 0 20px;
    font-weight: 700;
    text-align: center;
}
.tournamenttype {
border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: absolute;
    width: 50%;
    top: 20%;
    transform: rotate(316deg);
    left: -12%;
    background: #fff;
    padding: 0 20px;
    font-weight: 700;
    text-align: center;
}
