

    nav{
        margin:0;
    background-color: white;
    padding: 10px;
}
    h1{
        text-align: center;
        background-color:red;
        margin: 30px;
         padding:10px;
        border-radius: 30px;
    }

body{
    text-align: center;
    font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
}
form{
    width: 350px;
    padding: 20px;
    margin-top: 60px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;

}
ul{
    background-color:azure;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
    padding-left: 15px 20px;
text-align: left;
display: inline-block;
}
Contact-card{
    background-color: transparent ;
    border-radius: 15px;
    margin: 100px auto;
    padding: 80px;
    width: 400px;
    box-shadow: 0 0 10px gray;
}
.about{
    background-image:url(images.jpg/bgc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.contact{
    background-image:url(images.jpg/contact.jpg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.login{
    background-image:url(images.jpg/bgc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.courses{
    background-image:url(images.jpg/bgc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img{
    border-color: black;
    margin: 100px;
    border-style: double;
}
.Container{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}
.Container img{
    width: 250px;
    height: 200px;
    border-radius: 20px;
}
.Contact{
    background-image:url(images/msg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
i{
    margin: 7px;
}