﻿body {
  /*  background-image: url("../img/bckg.png");
  background-size: cover*/
  font-family: "Lexend", sans-serif;
}

h1, h2, h3, h4, h4, h6 {
  text-transform: uppercase
}

.ui.message.extra-info {
  border-left: solid 3px #ddd;
  box-shadow: none;
  border-radius: 0
}

.ui.message {
  border: none;
  box-shadow: none !important;
  border-left: solid 3px;
  border-radius: 0
}

.ui.button {
  border-radius: 2.4rem;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1.5em;
  background: #155dfc;
}

  .ui.button:hover, .ui.active.button:hover, .ui.button:active, .ui.active.button:active {
    color: #fff;
    background: #2b7fff;
  }

.ui.popup {
  max-width: 500px
}