.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.center_align {
  text-align: center;
}

.flex {
  display: flex;
  position: relative;
  justify-content: center;
  justify-items: center;
}

.flex_space_between {
  display: flex;
  position: relative;
  justify-content: space-around;
}

.app_container {
  width: 550px;
  text-align: center;
}

.logo {
  height: 80px;
  width: 330px;
}

.logo_fondo {
  height: 120px;
  width: 282px;
}

.new_padding {
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.button_width {
  width: 120px;
}
