* {
    margin:0;    
    padding:0;  
}
body {
    background-color: rgb(28, 27, 99);
    color: rgb(116, 197, 235);
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
    background-color: rgb(58, 29, 202);
}
nav ul{
    display: flex;
    justify-content:center;
    margin-left: 50px;
}
nav ul li{
    list-style: none;
    margin: 0 25px;
}
nav ul li a{
    text-decoration: none;
    color:rgb(116, 197, 235);
}
nav ul li a:hover{
    color:white;
    font-size: 1.04 rem;
}
 .right{
    font-size: 1.5rem;
 }
 .firstSection{
    display: flex;
    justify-content: space-around;
    margin:80px 0;
 }
 .firstSection div{
    width:30%;
 }
 .leftSection{
    font-size: 2.75rem;
    margin:100px 50px;
 }
 .rightSection img{
    width:100%;
    padding: 70px 50px;
 }
 .name{
    color: rgb(231, 241, 235);
 }