body{
    background-color: hsl(211, 68%, 94%);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
p{
    margin-bottom: 0px;
    padding-top: 25px;
    line-height: 1;
    font-size: 2;
    display: block;
}
button{
    color:black;
    font-size: 25px;
    border-radius: 5px;
    background-color: white;
    border: 0px;
    font-weight: bolder;
}
span{
    background-color: hsl(219, 85%, 26%);
}
a{
    color: hsl(219, 12%, 42%);
    text-decoration: none;
    font-weight: bolder;
    line-height: 1;
}
a:hover{
    color:hsl(219, 85%, 26%);
    font-size:100%;
}
.principalBody{
    background-color: white;
    border-radius: 25px;
    padding: 10px 24px;
    width: 55%;
    height: auto;
}
.notificationBody{
    border-radius: 25px;
    margin-bottom: 10px;
    position: relative;
    height: 7em;
}
.doteIcon{
    font-size: 20px;
    color: hsl(1, 90%, 64%);
}
.top{
    text-align: left;
    padding-bottom: 40px;
}
.time{
    padding-top: 10px;
    color: hsl(219, 12%, 42%);
}
.message{
    background-color:hsl(211, 68%, 94%);
    border: 2px;
    border-radius: 5px;
    color: hsl(219, 12%, 42%);
    padding: 15px 15px;
    margin-left: 100px;
    margin-bottom: 50px;
    line-height: 1.5;
}
.notification-picture{
    border-radius: 5px;
    float:right;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.profilePicture{
    float:left;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.conteiner-fluid{
    padding: 3% 50%;
}
.notification-details{
    padding-right: 100px;
}
.name{
    color: black;
    text-decoration: none;
    font-weight: bolder;
}
.all-read{
    font-size: 15px;
    font-weight: bold;
    float: right;
    padding-top: 20px;
}
.all-read:hover{
    color:hsl(219, 85%, 26%);
    font-size:102%;
}