body{
    min-width: 320px;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    min-height: 100vh;
    background-image: url(https://sportsbet.imgix.net/news/1A%20Sports/ManUvsArsenal.jpg?w=1200&auto=compress,enhance,format);
    background-size: cover;
    background-position:center;
}
.img{
    max-width: 100%;
    height: auto;
}
.navbar-expand-lg{
    background-color:rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}
nav a:hover{
    color: black;
    font-size: 30px;
}
nav a{
    color: red;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.nav-item {
    text-transform: uppercase;
    font-family: 'Georgia, 'Times New Roman', Times, serif';
}
.nav-item a::after{
    content: '';
    display: block;
    width: 100%;
    background-color: black;
    height: 1px;
    transform: scale(0);
    transition: all 0.3s;
}
.nav-item a:hover::after{
    transform: scale(1);
}
.nav-item a{
    color: red;
    
}
.nav-item a:hover{
    color: black;
    transition: all 0.3s;
}
.navbar-toggler{
    background-image: url(https://avatars.mds.yandex.net/get-pdb/2316684/b86c0c5c-1882-45f4-b0b7-c09dcdf9b3e0/s1200);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.d-block{
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    
}
.carousel-caption{
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.carousel-caption h1, p{
    text-transform: uppercase;
    font-weight: 500px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.table-striped{
    text-transform: uppercase;
    font-family: 'Georgia, 'Times New Roman', Times, serif';
    border: 2px solid black;
    margin: 2%;
}
.table{
    border: 2px solid black;
}
.pp{
    font-size: 12px;
    font-weight: bold;
    padding-top: 38px;
}
.card-body{
    background-color: rgba(0, 0, 0, 0.7);;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    margin-bottom: 20px;
}
.card{
    background-color: rgba(0, 0, 0, 0.0);
    text-transform: uppercase;
    font-family: 'Georgia, 'Times New Roman', Times, serif';
    margin: 1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    border: rgba(0, 0, 0, 0.0);
    text-align: center;
}
.card-group .card-body{
    background-color: rgba(0, 0, 0, 0.7);
}
.auto-t{
    font-size: 12px;
}