body {
    background-color: rgb(226, 210, 166);
}

.home-page-link {
    color: rgb(170, 224, 235);
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.bio-box {
    position:relative;
    width: 70vw;
    height: fit-content;
    left: 12%;
    margin-right:15%;
    background-color: rgb(62, 63, 66);
    padding: 50px;

    border-left: 2px solid rgb(201, 196, 158);
    border-right: 10px solid rgb(81, 82, 84);
    font-family: 'Roboto', sans-serif;

}

.bio-box h1 {
    color: rgb(255, 255, 255);
    font-size: 90px;
    font-family: Brush Script MT, cursive;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}

.bio-box h2 {
    color: rgb(255, 255, 255);
    
}

.bio-box p {
    color: rgb(189, 188, 188);
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.bio-box li {
    color: rgb(185, 192, 198);
    
}

.bio-box h3 {
    color: rgb(221, 221, 221);

}