body {
    background-image: url(images/background.jpg);
    text-align: center;
    margin-bottom: 50px;
}

.about-me {
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-top: 1px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.about-media {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    font-size: 18px;
    overflow: auto;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.img {
    float: right;
}

.video {
    float: right;
}


.about-heading {
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img {
    margin-top: 50px;
    width: 80%;
}

.about-media {
    margin-bottom: 75px;
}

.bio {
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 125px;
    padding-top: 1px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bio-heading {
    font-size: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contact-info {
    font-size: 12px;
}

.background-desc {
    display: inline;
    background-color: burlywood;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    font-size: 18px;
    overflow: auto;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}