
section ul li{
    text-decoration: none;
    list-style-type: circle;
}

.photo{
    width: 90%;
    text-align: center;
    border-radius: 10px 10px 10px;
    filter: drop-shadow(0px 0px 10px black);
}
.phrase{
    text-align:center;
}
aside{
    border-style: none;
}

