/* 


.label-font {
font-family:cursive;
font-style: normal;
font-weight: 700;
color: rgb(19, 37, 175);
}
.input-font {
font-family:cursive;
font-style: normal;
font-weight: 700;
color: rgb(17, 123, 20);
}

.font-shadow {
    align-content: center;
    text-align: center;
    height: 45px;
    border-radius: 15px;
    width: 450px;
    background-color:#a894e4;
    text-shadow: 5px 5px 5px red;
    border-style: inset;
    border-color: blue;
} */