@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,700&display=swap');

body {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1rem;
    background: #fcefda;
}

::selection {
    background: #6D4700;
    color: #fff; }
  
::-webkit-scrollbar {
    width: 5px;
    height: 7px; 
}
  
::-webkit-scrollbar-track-piece {
    background-color:rgb(252, 239, 218);
}
  
::-webkit-scrollbar-thumb {
    background-color: #F6BD60;
    border-radius: 7px; 
}


a {
    color: #6D4700;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

a:hover {
    color: #69BA90;
    text-decoration: none;
}

.title {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.4rem;
}

.title a {
    color: #000000;
}

h1 {
    font-size: 2.4rem; 
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
}

h4 {
    font-size: 1.4rem;
    font-family: 'Libre Baskerville', serif;
}

h5 {
    font-size: 1rem;
    font-family: 'Libre Baskerville', serif;
}

.content {
    font-size: .8rem;
}

.user-profile img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
}

.post__add a{
    display: block;
    text-align: center;
    width:78px;
    background: #69BA90;
    padding: 10px;
    font-size: .5rem;
    text-transform: uppercase;
    margin-top: 8px;
    color: white;
    border-radius: 8px;
}
