.alert-popup .popup__content {
  width: 500px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
}