:root {
    --prmcolor: green;
    --secolor: rgb(21, 185, 217);
    --fonty: "Poppins", sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.outer{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: gainsboro;
   
 


}
.main {
    height: auto;
    width: 100%;
    max-width: 1600px;
    background-color: white;
    
    
}
.complete-running{
    height: 100px;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 10px;
}

#comp{
    height: 50px;
    width: 150px;
    background-color:rgb(45, 144, 184);
    border:5px outset rgb(45, 144, 184);
    margin-right: 10px
}
#comp a{
    display: block;
    text-decoration: none;
    font-family: var(--fonty);
    font-size: 20px;
    color: white;
    font-weight: 600;
}
#comp:hover{
    background-color: #226a79;
}

#run{
    height: 50px;
    width: 150px;
    background-color:rgb(45, 144, 184);
    margin-left: 10px;
    border:5px outset rgb(45, 144, 184);
}
#run:hover{
    background-color: #226a79;
}
#run a{
    display: block;
    text-decoration: none;
    font-family: var(--fonty);
    font-size: 20px;
    color: white;
    font-weight: 600;

}

/* ============================ */
@media(min-width:201px) and (max-width:300px){
    .complete-running{
        height: 100px;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    #comp{
        height:40px;
        width: 100px;
        background-color:rgb(45, 144, 184);
        border:5px outset rgb(45, 144, 184);
        margin-right: 10px
    }
    #comp a{
        display: block;
        text-decoration: none;
        font-family: var(--fonty);
        font-size: 14px;
        color: white;
        font-weight: 600;
    }
    #comp:hover{
        background-color: #226a79;
    }
    
    #run{
        height: 40px;
        width: 100px;
        background-color:rgb(45, 144, 184);
        margin-left: 10px;
        border:5px outset rgb(45, 144, 184);
    }
    #run:hover{
        background-color: #226a79;
    }
    #run a{
        display: block;
        text-decoration: none;
        font-family: var(--fonty);
        font-size: 14px;
        color: white;
        font-weight: 600;
    
    }
    
   
}

@media(min-width:301px) and (max-width:400px){
    .complete-running{
        height: 100px;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    #comp{
        height: 45px;
        width: 130px;
        background-color:rgb(45, 144, 184);
        border:5px outset rgb(45, 144, 184);
        margin-right: 10px
    }
    #comp a{
        display: block;
        text-decoration: none;
        font-family: var(--fonty);
        font-size: 18px;
        color: white;
        font-weight: 600;
    }
    #comp:hover{
        background-color: #226a79;
    }
    
    #run{
        height: 45px;
        width: 130px;
        background-color:rgb(45, 144, 184);
        margin-left: 10px;
        border:5px outset rgb(45, 144, 184);
    }
    #run:hover{
        background-color: #226a79;
    }
    #run a{
        display: block;
        text-decoration: none;
        font-family: var(--fonty);
        font-size: 18px;
        color: white;
        font-weight: 600;
    
    }
    
   
}

@media(min-width:401px) and (max-width:768px){
    .complete-running{
        height: 100px;
        width: 100%;
        /* background-color: yellow; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 80px;
    }
    
   
}
/* =====================col-md-12=============== */
.col-md-12{
    height: 750px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid black;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;

}

.run1{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.run1 h1{
    font-family: var(--fonty);
    font-size: 30px;
    font-weight: 900;
}
.one{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.one h5{
    font-family: var(--fonty);
    font-size: 20px;
    padding-left: 20px;
    
}

.one p{
    font-family: var(--fonty);
    padding-left: 20px;
    font-size: 14px;
}

/* ==================at 200px to 300px===============*/
@media(min-width:200px) and (max-width:300px){
    .col-md-12{
        height: auto;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        border: 1px solid black;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    
    }
    
    .run1{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .run1 h1{
        font-family: var(--fonty);
        font-size: 16px;
        font-weight: 900;
    }
    .one{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .one h5{
        font-family: var(--fonty);
        font-size: 12px;
        padding-left: 20px;
    }
    
    .one p{
        font-family: var(--fonty);
        padding-left: 20px;
        font-size: 10px;
    }

}

/* ==================at 300px to 400px===============*/
@media(min-width:301px) and (max-width:400px){
    .col-md-12{
        height: auto;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        border: 1px solid black;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    
    }
    
    .run1{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .run1 h1{
        font-family: var(--fonty);
        font-size: 20px;
        font-weight: 900;
    }
    .one{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .one h5{
        font-family: var(--fonty);
        font-size: 14px;
        padding-left: 20px;
    }
    
    .one p{
        font-family: var(--fonty);
        padding-left: 20px;
        font-size: 12px;
    }

}

/* ==================at 400px to 500px===============*/
@media(min-width:401px) and (max-width:500px){
    .col-md-12{
        height: auto;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        border: 1px solid black;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    
    }
    
    .run1{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .run1 h1{
        font-family: var(--fonty);
        font-size: 24px;
        font-weight: 900;
    }
    .one{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .one h5{
        font-family: var(--fonty);
        font-size: 16px;
        padding-left: 20px;
    }
    
    .one p{
        font-family: var(--fonty);
        padding-left: 20px;
        font-size: 14px;
    }

}

/* ==================at 500px to 600px===============*/
@media(min-width:501px) and (max-width:600px){
    .col-md-12{
        height: auto;
        width: 90%;
        margin: auto;
        margin-top: 20px;
        border: 1px solid black;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    
    }
    
    .run1{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .run1 h1{
        font-family: var(--fonty);
        font-size: 26px;
        font-weight: 900;
    }
    .one{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .one h5{
        font-family: var(--fonty);
        font-size: 18px;
        padding-left: 20px;
    }
    
    .one p{
        font-family: var(--fonty);
        padding-left: 20px;
        font-size: 14px;
    }

}