body {
    position: relative;
    background-image: url('https://i.imgur.com/1FCoZF1.jpg');
    background-size: cover;
}

#bio-card {
    max-width: 600px;
    background: rgba(1,1,1,0.6);
    color: #fff;
    position:absolute;
    right: 150px;
    text-align: justify;
    line-height: 1.6em;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 0.9em;
}

#bio-card p {
    padding: 0 20px;
}

#viewport {
    height: 120vh;
}
