/* Universal */
.nav-bar{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    color: white;
    background-color:  #191919;
}
*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url("./Image/background/lamborghini_countach_lpi_800_4_asphalt_9_legends_4k-HD.jpg") ;
    background-repeat:  no-repeat;
    background-color: #6161619e;
    background-size: cover;;
}
.Menu{
    display: flex;
    align-items: center;
    width:300px;
    justify-content: space-between;
    
}
.Menu a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    
}
.Menu a:hover{
    color: #f90854;
    font-weight: bold;
    text-decoration: underline;
}
.title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:300px;
}
.title img{
    width: 50px;
    margin: 10px;
}
.form{
    padding: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    
}
.form h1{
    text-align: center;
    margin-bottom: 10px;
}
.form-container{
    background-color: #f90854e0;
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 20px;
    text-align: center;
    padding : 50px;
    flex-direction: column;
    font-size: 20px;
    border-radius: 66px;
}
.footer{
    background:#000;
    padding:30px 0px;
    text-align:center;
    }
    
.footer .row{
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: gray;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    }
    
.footer .row a:hover{
    color:#F90854;
    }

.footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    width:100%;
    display:inline-block;
    margin:0px 30px;
    }
    
.footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
    
.footer .row p i{
    font-size:2em;
    margin:0% 1%;
    }
    @media screen and (max-width: 768px) {
        .footer{
            text-align:left;
                padding:5%;
            }
            
        .footer .row p{
            display:block;
            margin:10px 0px;
            text-align:left;
        }
           
        .footer .row p{
            margin:0% 3%;
        }    
    }