﻿body{
    text-align:right;
    font-size:medium;
}
section {

   
}
.card {
    border: 1px solid #e96b56;
    box-shadow: #5e5757de 1px 2px 12px;
}
.btn-get-started {
    color: #fff;
}
/*
.form-control {
    border: 1px solid #56e9a4;
}*/
.backgroundstyle {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.5;
}
/*
.gradient-custom-3 {

    background: #84fab0;

    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));
   
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}

.gradient-custom-4 {
    background: #84fab0;

    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));

    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}*/
