body {
font-family: "Inter", sans-serif;
}
.book-bg {
background-image: url(\'./bg.jpg\');
background-size: cover;
}
.its-bg {
background-image: url(\'./bg-its.jpg\');
background-size: cover;
margin-top: 10%;
margin-bottom: 10%;
}
* {
font-family: "Inter", sans-serif;
}
.container {
margin-top: 10%;
background-color: aliceblue;
padding: 40px;
border-radius: 25px;
}
.btn,
.form-control {
padding: 8px;
font-family: "Inter", sans-serif;
}
.form-inline {
padding: 8px;
margin-bottom: 4px;
}
.btn {
padding-top: 16px;
text-transform: uppercase;
}
.error {
color: red;
font-size: small;
font-family: "Inter", sans-serif;
}