@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400');
@import url('https://fonts.googleapis.com/css2?family=Lora');

html {
  position: relative;
  min-height: 100%;
}

html,
body {
	font-family: Cairo;
	background-color: #FAFAFA;
}

 .navbar {
  font-family: Lora;
}

.card {
	align: center;
}

.album {
	padding-top: 6rem !important;
}

.test{
	padding-bottom: 1rem !important;
}