@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

*{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
}

.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.logo-concept{
    max-width: 50%;
}