body {
	background-color: #ffc2c8;
}

.card-body {
	margin: 0 auto;
}

.card {
	top: 3rem;
	width: 960px;
	margin: 0 auto;
	box-shadow: 4px 4px 29px 0px rgba(209, 132, 141, 2);
}

.amatic {
	font-family: 'Amatic SC', cursive;
	font-size: 25px;
	font-weight: 550;
}

.seaweed {
	font-family: 'Seaweed Script', cursive;
}

h3 {
	margin-left: 2.3rem;
}

.buttonTxt {
	font-size: 1.8em;
    margin-left: 1.8rem;
}

.btn {
	background-color: pink;
	border-color: pink;
    margin-left: 4.3rem;

}

.bolded {
	font-weight: 600;
}

/* Xxsmall devices (portrait phones, 375px and up) */
@media only screen and (max-width: 375px) {
	.card {
		width: 300px;
	}
}

/* Xsmall devices (portrait phones, 375px and up) */
@media only screen and (min-width: 375px) {
	.card {
		width: 325px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {
	.card {
		width: 500px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.card {
		width: 650px;
	}
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.card {
		width: 900px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.card {
		width: 1100px;
	}
}
