* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #F8F8F8;
  font-family: "Arial";
}
html {
  scroll-behavior: smooth;
}
.scroll{
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.navbar {
  height: 70px;
  width: 80%;
  position: relative;
  margin: auto;
  padding: 30px;
  background-color: #F8F8F8;
}

.navbar .navbar-header {
  display: inline;
}

.navbar .navbar-header .navbar-title {
  display: inline-block;
}
.navbar .navbar-header .navbar-title img {
  width: 50px;
}

.navbar .navbar-btn {
  display: none;
}

.navbar .navbar-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.navbar .navbar-links a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: rgb(38, 38, 38);
}

.navbar .navbar-links a:hover {
  color: #4339f2;
}

.navbar #navbar-check {
  display: none;
}



.container {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container .profile img{
    width: 300px;
}

.container-core {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
.container-box {
    display: flex;
    width: 80%;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
.container-items {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: auto;
    flex-direction: row;
  }
  .card-items{
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.card{
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.container-blogs {
  display: flex;
  width: 80%;
  margin: auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-blogs{
  display: flex;
  width: 30%;
  flex-direction: column;
  
}

.img-blogs img{
  width: 100%;
}

.profile-blogs{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.profile-blogs img{
  width: 70px;
}

.conected{
  display: flex;
  flex-direction: row;
justify-content: center;
}
.content{
  display: none;
}







/* Base Code  */
.m-auto {
  margin: auto;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}

.p-1{
    padding: 10px;
}
.pr-1{
    padding-right: 10px;
}

.p-2{
    padding: 20px;
}
.pr-2{
    padding-right: 20px;
}
.text-center{
    text-align: center;
}
.col-5{
    width: 50%;
}

.lh-3{
line-height: 30px;
}

.noborder{
  border: none;
}



.rounded-5{
    border-radius: 5px;
}
.rounded-10{
    border-radius: 10px;
}
.text-fav{
  background-color: #4339f2;
}
.bg-fav{
    background-color: #4339f2;
}
.bg-warning{
    background-color: #FFB200;
}
.bg-white{
    background-color: #fff;
}

.text-light {
    color: #fff;
}
.text-muted {
    color: rgb(172, 172, 172);
}


/* Base Code  */




