*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(91, 91, 215);
    color: white;
    height: 10vh;
        margin: 0 -236px;
}
.right ul li{
    list-style: none;
    margin:12px;
}
.right ul{
    display:flex;
    justify-content: center;
}
.right ul li a{
    text-decoration: none;
    color: white;
    margin: 0 10px;
}
.right ul li a:hover{
    text-decoration: none;
    color: #d06fd0;
    margin: 0 10px;
}
.left h2 span{
    color:#d06fd0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: oblique;
}
.intro{
    /* background-color: rgb(91, 91, 215); */
    background-image: url(ai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 2px solid black;
    color: white;
    
}
.text{
    border: 2px solid black;
    width: 39vw;
    margin: 30px 40px;
    padding: 20px;
    font-size: 3.8rem;
    max-width: 39vw;
    min-width: 39vw;
}
.desc p{
    font-size: 1.3rem;
    margin: 30px 0;
  
}
