.pc-alert-container {
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--grey-color);
    font-size: 20px;
    flex-direction: column;
}

.phone-icon {
    margin-bottom: 2vh;
}