.custom-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #304FFE;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}