body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logo{
    background-color: #d01919;
}

#content{
    padding: 2em 0em;
}

.img-icon{
    /* width: 100px; */
    height: 60px;
}