.alert-container {
    width: 384px;
    height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.traffic-Signal {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
}

.alert-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #eed70b;
}