nav a{
    display: block;
}
nav{
    text-align: left;
}
figure{
    width: 80%;
    margin:auto
}
img{
    height:100%;
    max-width: 100%;
}
.grid-layout article{
    display: grid;
    grid-template-areas:
    "Definitions"
    "Conclusion"
    "types-carry-table"
    "pros-list"
    "cons-list"
    "rounded-free-states";
}
html,body{
    overflow-x: hidden;
}
table{
    width:100%;
}
th,td{
    font-size: small;
}
