/* Variables */

body {
  background-color: #1d1e46;
  color: #f2f4f5;
}

a:hover {
  text-decoration: none !important;
}

.btn-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 2vw;
  margin-right: 2vw;
  font-size: 2vw;
  display: flex;
  padding: 1vw;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: white;
  background: #22368e;
  border: none;
  border-radius: 100vw;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
}

