*,*::before,*,*::after{
    margin:0;
    bottom:0;
    box-sizing: border-box;
}
html{
    font-family:'Outfit' ;
}
body{
    position: relative;
    background-color: hsl(217, 54%, 11%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
 
}
main{
    max-width: 20rem;
    background-color: hsl(216, 50%, 16%);
    padding: 1.5rem 1.5rem;
    border-radius: .8rem;
}
.hero-svg img {
    width: 100%;
    border-radius: .5rem;

}
h1{ 
    margin-top: 1rem;
    color: #fff;
    font-size: 1.4rem;

}
p{  
    line-height: 1.5rem;
    margin-top: .7rem;
    color:hsl(215, 51%, 70%);
}
.eth-days{   
    display: flex; 
    gap: 4.5rem;
    margin-bottom: .5rem;   
}
.logo{
    color:hsl(178, 100%, 50%);

}
span img{
    margin-bottom: -.2rem;
}

span{
    margin-right: .5rem;
}
.image-avatar img{
    border: 1px solid#fff;
    border-radius: 50%;
    width: 2.2rem;
    margin-bottom: -.8rem;
    margin-right: .8rem;
}
strong{
    color: #fff;
}
footer{
    position: absolute;
    bottom: 0;
}
.line{
    border: 1px solid hsl(215, 32%, 27%);
}