@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');




	body {
  background: #007bff;
  background: linear-gradient(to right, #3a3f44, #00417e);
	font-family: 'Raleway', sans-serif;
}

.form-floating > label {font-size: .9rem}

@media (max-width: 575.98px) { 
.form-floating > label {font-size: .8rem}
	body {font-size: .9rem}
}
