@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: #000;
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
  color: #000 !important;
}

.glass-background {
    background-color: #25263699;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 2px 2px 20px #000;
}

.share-buttons img, .share-buttons button img {
    transition: transform 0.2s ease;
    cursor: pointer;
}

    .share-buttons img:hover, .share-buttons button:hover img {
        transform: scale(1.1);
    }

.wheel {
    border: 5px solid #333;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.segment {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform-origin: 0% 0%;
}
