.card {
    border-radius: 30px;
    border-color: #D6D6D6;
    overflow: hidden;
	margin-bottom: 25px;
}
.card-title {
    color: #0033FF;
    font-size: 24px;
    font-family: value bold;
}
.category-spacer {
    padding-top: 2vw;
    padding-bottom: 1vw;
}
.category-spacer p:last-of-type{
    margin-bottom: 0px;
}

h1 {
    color: #110081;
    margin-bottom: 24px;
}
h3 {
	font-family: value serif;
	color: white;
}
form {
    display: grid;
    width: 80%;
}
img.leaf {
    border-radius: 25px 0px 25px 0px;
}
form label {
    color: #333333;
    margin-bottom: 12px;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
}
form input {
    margin-bottom: 24px;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 8px;
}
form .btn {
    width: fit-content;
}
.category-spacer {
padding: 40px;
border-radius: 40px 0px 40px 0px;
background: #0033ff;
margin-bottom: 20px;
color: white;
}
