*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "outfit" , sans-serif;
    
    
}
body{
    background-color: hsl(217, 54%, 11%);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}
.container{
    background-color: hsl(216, 50%, 16%);
    height: 550px;
    width: 300px;
    display: flex;
    flex-flow: row wrap;
    border-radius: 15px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    
}
.main-image{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    transition: .2s;
    
}
.main-image:hover{
    transform:scale(1.05) ;
    
}
.main-image-container{
    width: 100%;
    height: 52%;
    display: flex;
    justify-content: center;
    padding: 15px;
}
article{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h1{
    color: white;
    transition: .2s;
}
h1:hover{
    color:hsl(178, 100%, 50%) ;
}
.main-description{
    color: hsl(215, 51%, 70%);
}
.price-image{
    max-width: 100%;
    max-height: 100%;
    height: 20px;
}
.main-price{
    color: hsl(178, 100%, 50%);
    flex-direction:row;
    display: flex;
    margin-right: 20%;

}
.main-price p{
    margin-left: 5px;
}
.main-date{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.main-date img{
    height: 20px;
    width: 20px;
    color: hsl(215, 51%, 70%);
    padding: 3px;
}
.main-date p{
    color:hsl(215, 51%, 70%);
}
.line{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}
.hr{
    background-color: hsl(215, 32%, 27%);
    width: 100%;
    height: 2px;

}
.main-author{
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    height: 7%;
    justify-content: center;
    align-items: center;
}
div{
    height: 90%;
    width: auto;
    margin-right: 10px;
}
div img{
    max-height: 100%;
    max-width: 100%;
    border-radius: 100px;
    border: 2px solid whitesmoke;
}
.ma-p1{
    color: hsl(215, 51%, 70%);
}
p + p{
    color: whitesmoke;
    margin-left: 5px;
}
.page-author{
    color: hsl(215, 32%, 27%);
    display: flex;
    justify-content: center;
    align-items: flex-end;

}
.page-author a{
    color: rgb(38, 121, 112);
    padding-left: 5px;
    text-decoration: none;
}
