*{
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;  
    justify-content: center;
    background-color: #d7d7d7;
}

.display{
    background-image: url(bg2.png);
    width: 640px;
    height: 480px;
    position: relative;
    margin: 0 auto;
}

.display_wrapper{
    background-color: #d7d7d7;
    width: 273.22px;
    height: 204.92px;
    position: absolute;
    top: 64.81px;
    left: 183.39px;
    overflow-y: scroll;
}

.bio{
    padding: .6em;
    text-align: center;
}

.bio p{
    color: #808080;
}

.bio ul{
    margin-top: .9em;
    list-style-type: none;
}

.bio a{
    text-decoration: none;
    color: #E74291;
}

.bio a:hover{
    color: #F8A01B;
}