body {
    background-image: url('../images/bg-1.png');
    background-repeat: round;

}

.card {
    margin-top: -10px;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
    /* border-radius: 3%; */
    border: transparent;
    height: 89%;
    /* z-index: 99999; */
    /* background-image: linear-gradient(180deg, #e0e2e4, white); */
    display: flex;
    flex-direction: column;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.center {
    text-align: center;
    border: 3px solid green;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: GlacialIndifference;
    src: url('../font/GlacialIndifference-Regular.otf');
}

@font-face {
    font-family: GlacialIndifferenceBold;
    src: url('../font/GlacialIndifference-Bold.otf');
}

.GlacialIndifferenceFont {
    font-family: GlacialIndifference;
    color: #0d6e72;
}

.GlacialIndifferenceBoldFont {
    font-family: GlacialIndifferenceBold;
    color: #0d6e72;
}

.buttonHome{
    background-color: #0d6e72; 
    color: white; 
    height: 60px; 
    width: 450px; 
    font-size: xx-large;
}

.buttonHome2{
    background-color: #20a8a1; 
    color: white; 
    height: 60px; 
    width: 450px; 
    font-size: xx-large;
}

.HeadingText{
    padding-top: 02px; 
    color: #0d6e72; 
    font-size: xx-large;
}