
.media{
    display: flex;
    background-color: white;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
    background-image: url("treebackground.svg");
    background-size:cover ;
    padding:4%;
}

.about{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.8rem;
    line-height:3.3rem;
    color:#800000;
    width:600px;
    text-align: center;
    margin:0 auto;
    z-index: 2;
    resize: none;
}
