*{
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: rgb(211, 210, 210);
}

.hero{
    height: 70vh;

}

.main_banner{
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;

}

.btn{
    position: relative;
    top: 90%;
    left: 45%;

}

.back{
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    display: flex;
    max-width: 130px;
    min-height: 50px;
    max-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

}

.back:hover{
    background-color: rgb(206, 30, 139, 0.9);
    color: black;
}

.next_match{
    background-color: rgb(61, 168, 255);
    color: white;
    font-size: 3.5rem;
    text-transform: uppercase;
    height: 30vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

