:root{
    --card-bg: rgba(255, 255, 255, 0.76);
}

.init{
    background-image: linear-gradient(var(--lightblue-1), rgba(96, 167, 226, 0.747));
    text-align: center;
    padding-bottom: 4rem;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    min-height: 30vh;
    color: white;
}

.person-card{
    background-color: var(--card-bg);
    border-radius: 1rem;
    
}

.person-header img{
    border-radius: 100vw;
    outline: 2px rgba(80, 183, 247, 0.37) solid;
    outline-offset: 0.3rem;
}
