body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.text {
    text-align: center;
    margin-top: -20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.3vh;
    color: #5789FC;
}