html,
body {
	font-family: 'Lato', sans-serif !important;
	overflow-y: auto !important;
}

body {
	height: 100vh !important;
}

button {
	font-family: 'Lato', sans-serif !important;
}

.-mr-1-5 {
	margin-right: -1.5rem;
}

.modal-button:focus + .modal {
	display: flex;
  }
  
.modal-content {
background-color: white;
padding: 2em;
border-radius: 5px;
}

.h-100 {
	height: 100%
}