*{
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: normal;
}

body{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f3044;
    color: #fff;
    margin: 0;
}

.content-container{
    flex-direction: column;
    max-width: 600px;
    padding: 40px;
    text-align: center;
}

.logos{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos img{
    max-width: 100px;
    margin: 30px;
}