* {
  outline: 0;
}

body {
  background-image: url(../img/bg-image.svg);
  background-repeat: no-repeat;
  background-size: cover;

  min-height: 100vh;
}

.form__select {
  /* content: "yugbsd"; */

  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../img/Expand_down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.75rem);
  background-position-y: 50%;

  cursor: pointer;
  
}
