.container{
    margin: 0px;
    border: 0px;
    padding: 0px;
}
body{
    margin: 0px;
    background-color: beige
}
/* navbar formatting */
.navbar ul{
    padding: 10px;
    margin: 0%;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
}
.navbar a{
    color: white;
    text-decoration: none;
    list-style-type: none;
    display: flex;
    text-align: center;
    font-family: sans-serif, Times, 'Times New Roman';
    justify-content: space-between;
}
.navbar a:hover{
    color: black;
    background-color: white;
}
.navbar li{
    float: left;
    text-align: center;
    list-style-type: none;
}
.navbar-container{
    background-color: black;
    margin: 0%;
    padding: 0%;
    position: fixed;
    width: 100%;
}
.navbar-logo{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navbar-logo img{
    width: 30px;
}
.navbar-logo.tn_right{
    float: right;
}
.navbar-logo.tn_left{
    float: left;
}
/*_______________________________*/
/*Seperates main page content from navbar container*/
main{
    padding-top: 125px;
}
.ab-me{
    padding-top: 110px;
}
.exp{
    padding-top: 115px;
}
.blog{
    padding-top: 115px;
}
/*_______________________________*/
h1{
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: copperplate, serif;
}
h2{
    color:hsl(0, 0%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-container img{
    margin: 0 10px;
}
.lilyachty{
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0%;
    margin-right: 0%;
}
.logo_banner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_banner img{
    width: 100px;
    height: auto;
}
.content1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content2{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*footer content and social media links */
footer{
    background-color: black;
    color:white
}
.SM_acc_links{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.SM_acc_links img{
    width: 30px;
    height: auto;
}
/* table formats */
table#favorites-table,
th,
td{
    border: 1px solid gray;
    border-collapse: collapse;
    padding: 5px;
}
table#favorites-table thead {
    background-color: lightgrey;
}
.cpywrt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;

}
.privacy-policy{
    color: white;
}
.privacy-policy:hover{
    color: black;
    background-color: white;
}
.privacy-policy:visited{
    color: lightgray;
}

