*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1{
    font-family: poppins-semibold;
    font-size: 35px !important;
}
h2{
    font-family: poppins-semibold;
    font-size: 25px !important;
}
h3{
    font-family: poppins-semibold;
    font-size: 20px !important;
}
li{
    font-family: poppins-light;
    font-size: 15px !important;
}
#blog-button{
    background-color: red;
    width: 100%;
    height: 60px;
}