#front{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100vh;
    background-color: #24356f;
}
#front img{
    height: 80px;
}