html, body {
  height: 100% !important;
}

body{
    font-family: 'Outfit', sans-serif;
    background: hsl(217, 54%, 11%);
}

h3 {
    color: white;
    padding: 25px 0 10px;
}

p {
    font-size: 18px;
    color: hsl(215, 51%, 70%);

}

.row {
  height: 100% !important;
}

.nft-card {
    padding: 30px 30px 30px;
    margin auto 0;
    min-width: 350px;
    min-height: 450px;
    border-radius: 20px;
    background: hsl(216, 50%, 16%);
    -webkit-box-shadow: 0px 39px 71px 0px rgba(8, 16, 27, 1);
-moz-box-shadow: 0px 39px 71px 0px rgba(8, 16, 27, 1);
box-shadow: 0px 39px 71px 0px rgba(8, 16, 27, 1);

}

.nft {
    background: url('images/icon-view.svg') hsl(178, 100%, 50%);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.nft img:hover {
    opacity: .3;
    content: img('images/icon-view.svg');
}

.price {
    color: hsl(178, 100%, 50%);
}

.time {
  color: hsl(215, 51%, 70%);
}


.line {
    display: block;
    width: 100%;
    margin: 15px 0;
    border-bottom: solid 1px hsl(215, 32%, 27%);
}

a {
  text-decoration: none;
  color: white
}

a:hover {
  color: hsl(178, 100%, 50%);
}

.author img {
    height: 30px;
    margin: 0 10px 0 0;
    border: solid 1px white;
    border-radius: 100px;
}
