* {
    font-family: "Marcellus";
}
.page-body {
    min-height: 100vh;
}
h1 {
    text-align: center;
    font-family: "Tangerine" !important;    
    color: saddlebrown !important;
}
.smalltext {
    font-size: 13px;
    margin-top: 30px;
}
.butn {
    padding: 0px !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.textpackages {
    width: 70%;
    margin: 40px;
    margin-bottom: 4rem;
    text-align: justify;
    text-justify: inter-word;
}


@media screen and (max-width: 600px){
    .textpackages {
        width: 95%;
    }
    .text-center {
        margin-left: 20px;
        margin-right: 20px;
    }
}


.modal-header {
    background-color: rgba(240, 180, 91, 0.164);
}
.modal-title {
    font-weight: 550;
}
.modal-body {
    background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1150px){
    .modal-content {
        position: absolute;
        top: 10vh;
        z-index: 2025;
        height: 60vh;
        width: calc(100vw - 600px) !important;
    }
    
    .modal-dialog {
        margin-left: 20rem !important;
    }
}
@media screen and (max-width: 1150px){
    .modal-content {
        position: absolute;
        top: 15vh;
        z-index: 2025;
        height: 75vh;
        width: calc(100vw - 10px) !important;
    }
    
    .modal-dialog {
        margin: 5px !important;
    }
}
.modal-body ul li {
    list-style-type: disc;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-character;
    margin: 10px;
}
.modal-body p.text-center {
    margin-top: 40px;
}
