.result-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    background-color: #f5f5f5;
    height: 100vh;
}