@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300&display=swap');



.main{
    background-color: rgba(71, 85, 85, 0.41);

}
h2
{
    font-family: 'Dongle', sans-serif;
    font-size: 43px;
    padding: 0 32px;
}

h3
{
    font-family: 'Dongle', sans-serif;
    display: flex;
    padding:0 37px 13px;
}

.maincontent{
    font-family: 'Dongle', sans-serif;
    font-size: 23px;
    padding: 12px 12px;
    height: 55vh;
    display: inline-block;
}

.maindate
{
    font-family: 'Dongle', sans-serif;
    padding: 7px 37px;
    font-weight: 1000;
    font-size: 19px;
}


#warning{
    color: red;
}


.blogs{
    display: inline-block;
}

ul li a{
    display: flex;
    text-decoration: none;
    color: black;
    width: 78px;
    margin: 0px -6px;
    justify-content: center;
    font-size: 25px;
    color: white;
}

.maincontent{
   
}
.maincontent a{
    text-decoration: none;
    color: rgb(45, 0, 243);
}


ul li a:hover{
    background-color:rgba(71, 85, 85, 0.41);
    border-radius: 4px
}

.warn2{
    color: red;
    font-weight: bolder;
    text-decoration: underline;
}

/* css written by rehxn yt
im a begginer  */