body {
    background-image: url(../images/euro2024.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    min-width: 100%;
    overflow: hidden;
}

.body {
    margin-inline: auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transform: scale(0.75); 
    transform-origin: center;
}

img {
    width: 70%;
}

.btn img {
    width: 100%;
}

.text-center img {
    width: 30%;
}



.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    cursor: pointer;
}

.btn-list {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

    .btn-list span {
        margin-top: -1%;
        margin-right: -4%;
    }

    .btn-list:hover {
        transform: scale(1.1)
    }

.text-center {
    font-size: 2rem;
    color: white;
    font-weight: 600;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}

.text-color {
    color: rgb(77, 18, 12);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    max-width: 100%;
    margin-bottom: 100px;
    position: relative;
    left: 30px;
    top: -120px;
}

    .logo img {
        width: 45%;
        height: auto;
    }
    
    .uefa-logo{
        height: 300px !important;
        width: auto !important;
    }
    .you-logo{
        height: 55% !important;
        width: auto !important;
        position: relative;
        top: -20px;
    }
    .kaiyun-logo{
        position: relative;
        top: -20px;
    }
    

.txt-black {
    color: #4e4141;
}

@media screen and (max-width: 1000px) {
    .text-center {
        font-size: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .btn {
        width: 70%;
    }

    .text-center {
        font-size: 5vw;
    }
}

.enlarge{
    width: 40% !important;
}

