body {
    font-family: 'Prompt', sans-serif;
    }
.bn img{
    width: 100%;
    margin-bottom: -10rem;
    
    }
    p {font-size: 16px;}


    .box {
        margin-top: 3rem;
    }
    
    .box_bottom {
        width: 100%;
        bottom: 0;
        left: 0;
        position: fixed;
        text-align: left;
        font-size: 6px;
        background-color: #057d2b;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        z-index: 99;
        color: #ffffff;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    
    }