body{
    background-color: hsl(217, 54%, 11%);
    display: flex;
    justify-content: center;
}

.card{
    background-color: hsl(216, 50%, 16%);
    width: 350px;
    height: 596px;
    border-radius: 15px;
    margin-top: 152px;
}

.card img{
    width: 303px;
    height: 302px;
    border-radius: 15px;
    display: inline;
    margin-top: 21px;
    margin-left: 24px;
}

.card h3{
    color: white;
    float: none;
    margin-left: 24px;
    margin-top: 29px;
    font-family: Outfit;
}

.card h4{
    width: 70%;
    text-align: left;
    margin-left: 24px;
    font-family: Outfit;
    font-size: 15px;
    color: #97acc7;
}

.card .eth img{
    width: 13px;
    height: 20px;
    display: inline;
    float: left;
}

.card .eth h4{
    width: 80px;
    font-family: Outfit;
    display: inline;
    float: left;
    margin-left: 10px;
    color: hsl(178, 100%, 50%);
}

.card .time img{
    width: 20px;
    height: 20px;
    display: inline;
    float: right;
}

.card .time h4{
    width: 80px;
    font-family: Outfit;
    display: inline;
    float: right;
    margin: 21px 10px 0 8px;
}

.card hr{
    width: 300px;
    margin-top: 80px;
    background-color: white;
    height: 0px;
    border-radius: 5px;
}

.card .creator img{
    width: 35px;
    height: 37px;
    display: inline;
    margin: 10px 0 0 24px;
}

.card .creator h4{
    width: 80px;
    font-family: Outfit;
    display: flex;
    margin: -30px auto auto 70px;
}

.card .creator .name h4{
    width: 110px;
    font-family: Outfit;
    display: flex;
    float: right;
    margin: -19px 91px 20px 0;
    color: white;
}