@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";


body, h1, h2, h3, h4, h5, h6, p {
    font-family: Roboto;
}

.bg-header{
    background-color: #FDFAF6;
}

.section-one-bg{
    background-color: #F3F8FD;
}

.info-card{
    background-color: #BEDBF3;
    text-align: center;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.10);
}

.register-card-bg-blue{
    background-color: #EFF6FC;
    text-align: center;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.10);
}

.register-card-bg-green{
    background-color: #E8F4F2;
    text-align: center;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.10);
}

.btn-register{
    border-radius: 50px;
    color: #ffffff;
    background-color: #2E6491 !important;
    padding: 5px;
    width: 90%;
    margin: 15px 0;
}

.section-three-bg{
    background-color: #FCF9F4;
}



.section-four-bg{
    background-image: url("./img/leavs-top.svg");  
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: bottom;  
}

.qrCode {
    max-width: 200px
}

.mainText {
    padding-left: 15% !important;
    padding-right: 15% !important;
    text-align: center;
}

.logo-play {
    max-width: 200px;
}

.up-logo{
    min-width: 150px;
}