*{
    margin: 0;
}

body{
    background-color: #f4d04e;
    font-family: Figtree;
    font-size: 10px;
    color: #121212;
    display: flex;
    height: 100vh;
}


.main{
    background-color: #ffffff;
    margin: auto;
    width: 86vw;    
    box-sizing: border-box;
    padding: 23px;
    min-width: 300px;
    max-width: 340px;
    border: 1px solid #000;
    border-radius: 18px;
    box-shadow: 8px 8px 0 #000;
}

section{
    margin: 5% 0;
}

.header-img{
    width: 100%;
    height: 205px;
    object-fit: cover;    
    border-radius: 15px;
}

.cathegory{
    background-color: #f4d04e;
    font-size: 1.3em;
    width: 19%;
    padding: 2% 3%;
    border-radius: 3px;
    margin: 20px 0 10px 0;
}

.p-date{
    font-size: 1.2em;
}

h1{
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 15px;
}

.main-text{
    font-size: 1.45em;
    color: #6b6b6b;
    line-height: 1.45em;
    font-weight: 500;
    margin-bottom: 27px;
}

em{
    font-style: normal;
    font-weight: 800;
}

.author-info{
    display: flex;
    font-size: 1.4em;
    align-items: center;
    gap: 10px;
}

.author-img{
    width: 12%;
}