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


body{
	font-family: 'Lobster Two', cursive;
}

h1{
	font-size: 5rem;
}

p{
	font-size: 2rem;
}

.pearl{
	height: 400px;
	width: auto;
	margin: 0;
	padding: 0;
}

.logo{
	width: 12rem;
	height: auto;
}

.link{
	color: black;
}

.modal-title{
	font-size: 2rem;
}

.modal label, .modal p{
	font-size: 1.5rem;
}