.heading{
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 23px;
}

.file_inpt{
    border: 1px solid #000;
    border-radius: 4px;
    height:40px;
    width:95%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 2.5%;
}
.file_inpt:hover{
    background-color: #000;
    color: white;       
}
    

.file_comp_btn_div{
    display: flex;
    flex-direction : row;
    justify-content: center;
}
.file_comp_button {
    width: auto; 
    font-size: 20px; 
    font-weight: bold; 
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: white;
    color: #000;
    padding: 20px 20px; 
    margin-left: 14.5%;
    margin-right: 8%;
}
.file_comp_button:hover {
    background-color: #000;
    color:white;
}
.file_comp_status{
    margin-bottom: 2.5%;
    display: flex;
    justify-content: center;
}


a{
    cursor: pointer;
}
a:link {
    text-decoration:none;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
}