* {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: sans-serif;
  padding: 0;
}

.logo {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

p {
  margin: 0;
}

a {
  width: 9rem;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  background-color: #b0d402;
  text-align: #000;
}

.disabled {
  pointer-events: none;
  border-color: grey !important;
  color: grey !important;
}

.disable-bg {
  background-color: #cfcfcf;
}

.wrapper {
  width: 15rem;
}

.social_icons {
  width: 2.2rem;
  height: 2.2rem;
}

/* utility classes */

.w-100 {
  width: 100vw;
}

.h-100 {
  height: 100vh;
}

.bg-white {
  color: #ffffff;
}

.bg-gray-400 {
  background-color: #f3f3f3;
}

.text-primary {
  color: #530269;
}

.border-secondary {
  border-color: #b0d402;
}
.bg-green {
  background-color: #b0d402;
}

.d-flex {
  display: flex;
}

.m-auto {
  margin: auto;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}
.fs-06 {
  font-size: 0.9rem;
}

.fs-01 {
  font-size: 1rem;
}
.fs-1 {
  font-size: 1.2rem;
}

.fs-2 {
  font-size: 2rem;
}
.fs-3 {
  font-size: 3rem;
}
.fs-4 {
  font-size: 4rem;
}
.fs-5 {
  font-size: 5rem;
}

.p-05 {
  padding: 0.5rem;
}
.p-03 {
  padding: 0.3rem;
}

.m-05 {
  margin: 0.5rem;
}

.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}
.p-4 {
  padding: 4rem;
}
.p-5 {
  padding: 5rem;
}

.py-1 {
  padding: 0.6rem 0;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}

.text-center {
  text-align: center;
}

/* fonts */
