/* this is css file for common attributes like buttons, headings, colors etc */
.outline_btn {
    color : white;
    border : 1px solid white;
    background-color: transparent;
    padding : 5px;
    font-size : 20px;
    border-radius: 20px;
    text-decoration: none;
}
.outline_btn:hover {
    background-color: white;
    color : black;
}
.h3class{
    color : rgb(95, 50, 50);
    font-size: 45px;
}
.h2class{
    color : rgb(129, 28, 28);
    font-size: 30px;
}
.h4class{
    color : white;
    font-size: 25px;
}