body {
    font-family: 'Crimson Pro', serif;
    font-size: 15px;
    margin: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: rgb(48, 47, 47);
    color: aliceblue;
    
}

ul {
    margin-top: 1%;
    margin-bottom: 15;
}

.act {
    font-weight: bold;
}

img {
    width: 40vw;
    border-radius: 5%;
}

@media only screen and (max-width: 1000px) {
    img {
        width: 60vw;
        border-radius: 5%;
    }
}

.bluring {
     filter: blur();
}