
body{
    background: rgb(16, 122, 167);

}

span{
    color: rgb(2, 56, 77);
    
}

ul li{
    list-style: none;
}
.aboutme{
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 5px;
    padding: 5px;
    
    font-family: Georgia, 'Times New Roman', Times, serif;



  

}

.aboutme h1{
    align-items: center;
    justify-content: center;



}

ul{
    justify-content: center;
    align-items: center;
}


.about__me{
    display: flex;
    flex-direction: row;
    align-items: center;

   

}

.about__me p{
    word-wrap: wrap;

}

.about__me .paragraph{
    margin-top: 10px;
    font-size: 50px;
    color: white;
   


}

.about__me .university{
    margin-top: 10px;
    font-size: 50px;
    color: white;

}

.about__me .console{
    margin-top: 10px;
    font-size: 50px;
    color: white;
}




.about__me img{
    margin: 0 60px;
    width: 100px;


}
