html{
  scroll-behavior: smooth;

}

body {
  font-family: 'Rubik', sans-serif;
}

nav {
  background-color: white;
}


.thumb-post img {
    object-fit: contain; /* keep aspect ratio */
    width: 100%;
    max-height: 500px;
  }

#login-body {
  background-image: url("../images/MVIMG_20200528_175129.jpg");
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
}

#login-image{
  background-image: url("../images/FB_IMG_1663861761462.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

