@font-face {
    font-family: 'Circular';
    src: url('fonts/circular-std-medium-500.ttf') format('ttf');
    font-style: normal;
    font-weight: 200;
}

body{
    display: flex;
    background-color: rgb(62 54 46);
}
.headers{
    font-family: 'circular', sans-serif;
}
.p{
    max-width: 50%;
    float: left;
}
.phabitat{
    max-width: 48%;
    float: right;
}
.firstcenter{
    background-color: rgb(65 56 50);
    width: 25%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 40%;
}
.imagediv{
    position: absolute;
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
    left: 36%;
    border-radius: 6px;
    background-color: rgb(147 120 91);
    top: 20%;
    z-index: 10;
    display: flex;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.main{
    position: absolute;
    background-color: rgb(147 120 91);
    width: 95%;
    border-radius: 6px;
    padding-left: 3.3%;
    top:110%
}
#firstleft1{
    background-color: rgb(172 137 104);
    width: 50%;
    float: left;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
#firstright1{
    background-color:rgb(134 93 54);
    width: 25%;
    text-align: right;
    border-radius: 0px 8px 8px 0px;
    float: right;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
#firstleft2{
    background-color: rgb(134 93 54);
    width: 50%;
    float: left;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
#firstright2{
    background-color:rgb(172 137 104);
    width: 25%;
    text-align: right;
    border-radius: 0px 8px 8px 0px;
    float: right;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}   
#imagediv .innercontents{
    padding: 15px;
    padding-top: 30px;
}
#image2{
    padding: 15px;
    padding-top: 15px;
}
#caption{
    display: block;
}
#table{
    padding-right: 10px;
}
#historyhead{
    padding-top: 10px;
    text-align: center;
}
#history{
    padding-top: 10px;
}
#historyvideo{
    float: right;
    padding-right: 10%;
}
#Behaviour{
    padding-top: 20%;
}
#habitathead{
    padding-top: 2%;
    text-align: center;
}
#map{
    padding-left: 4%;
    max-width: 35%;
}