.container {
    background-color: #4F46E5;
    margin: 32px
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%);
    justify-items: center;
    display: grid;
}

.headline {
    text-align: center;
    font-family: "Epilogue", sans-serif;
    letter-spacing: 1.33pt;
    font-size: 22px;
    font-weight: 300;
    color: white;
}

.logo {
    width: 192px;
    height: 192px;
    padding: 16px;
}

.rightBottom {
    position: absolute;
    bottom: 0;
    right: 1%;
}

.subtitle {
    text-align: end;
    font-family: "Epilogue", sans-serif;
    letter-spacing: 1pt;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 300;
    color: white;
    padding-top: 24px;
}