@keyframes moves {
    from {
        left: 0px;
    }
    to {
        left: 650px;
    }
}

#biography img {
    height: auto;
    width: 100%;
    max-width: 550px;
    box-shadow: 15px 15px #e06363;
    animation: moves 0.8s ease-in-out backwards;
    position: relative;
}

#activism {
    margin: 5rem 3rem;
}

.title h1 {
    color: #0C1024;
    font-weight: 900;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.title-content p {
    font-size: 1.2rem;
    text-align: justify;
}