body{
text-align:center;
background-color: rgb(48, 48, 114);
}
h1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(93, 142, 228);
    background-color: rgb(28, 28, 67);
    font-size: large;
 }
h3{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: rgb(93, 142, 228);
}

p{
    color:rgba(93, 142, 228)
}
p{
    background-color: rgba(28, 28, 67);
}
img{
height: 250px;
background-color: rgb(28, 28, 67);

transition: 2s;
}
#ego:hover{
    color: brown;
    background-color: brown;
    height: 500px;
    transition: 0s;
}
.image:hover{
    height: 500px;
}