@import url("https://fonts.googleapis.com/css2?family=Delicious+Handrawn&family=Josefin+Sans:wght@300&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Delicious Handrawn", cursive;
}
p,
label,
li,
a {
 font-family: "Josefin Sans", sans-serif;
 font-weight: bold;
}

.check {
 background-color: #d9bba0;
 color: black;
 padding: 1rem;
}
.checkP {
 font-weight: bold;
 font-size: 2rem;
}

body {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 height: 100vh;
}
body input {
 width: 50%;
}
form div label {
 margin-right: 1rem;
}

body > form {
 padding: 1rem;
 background-color: #d9bba0;
}
body > h1 {
 color: #206e8c;
}
button {
 padding: 10px;
 color: white;
 font-size: 1rem;
 border: solid 1px #0a3140;
 background-color: #206e8c;
 border-radius: 30px;
 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
