body{
    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;
}
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;
}
.col-lg-4 {
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    font-family: 'Georgia, 'Times New Roman', Times, serif';
    background-color: rgba(84, 84, 84, 0.3);
    padding: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    
    
}
div {
    border-radius: 10px; 
}
input::-webkit-input-placeholder {
    color: white;
    font-style: italic;
}
.form-control-plaintext{
    font-size: 14px;
    font-weight: 700;
    color:white
}
