@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


h3{
font-family: 'Pacifico', cursive;
font-size: 50px;
text-align: center;
}
h1{

font-family: Nunito;

}
.btn{
	outline: none;
	display: block;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 30px;
	border-radius: 30px;
	background: #0081D5;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s linear;
	font-family: 'Nunito', sans-serif;
}
.btn:hover,
.btn:focus{
	background: #005C99;
}
.btn:active{
	background: #003659;
}
.btn:outline{
	outline: none;
	display: block;
	border: solid 1px #0081D5;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 16px 30px;
	border-radius: 30px;
	background: #0081D5;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s linear;
	font-family: 'Nunito', sans-serif;
}

h5 {
  font-size: 20px;
  position: absolute;
  right: 0px;
  width: 300px;
  padding: 10px;

  font-family: Pacifico;
}
