body {
    background: #062041;
    min-height: 100%;
    padding-top: 20vh;
}

.content {
    padding: 20px 40px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
}

.content .title-div {
    margin-bottom: 20px;
}

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

.content .logo-list img {
    margin: 5px;
}