@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap');

body {
 margin: 0;
 position: relative;
}

header {
    background-color: #001;
}

#bio {
    max-width: 500px;
    position: relative;
    padding: 100px 0 100px 600px;
    font-family: Montserrat;
    color: #ddd;
    font-size: 0.9em;
    line-height: 1.5em;
}

#portrait1 {
    object-fit: cover;
    float:left;
    width: 300px;
    height: 400px;
    margin: 0;
    padding: 0;
}

#links {

}

