@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
body {
    font-family: 'Varela Round', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
    min-height: 100vh;
}
.script {
    font-family: 'Dancing Script', cursive;
}
.pointer {
    cursor: pointer;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
.navbar-brand img {
    max-height: 100px;
}

.static-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
i {
    margin-top: -3px;
}
.card {
    border-radius: 20px !important;
}
.card-header {
    border-radius: 20px 20px 0 0 !important;
}
.card-img-top {
    border-radius: 20px;
}
.img-thumbnail {
    border-radius: 20px !important;
}
.signcursive {
    font-family: 'Dancing Script', cursive;
    border: none;
    border-bottom: 1px #000000 solid;
    font-size: 28px;
    border-radius: 0;
}