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: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

main {

    border: 1px solid black;
    border-radius: 1em;
    padding: 1em;
    box-shadow: #0008 10px 10px 30px;
    background-image: url(/images/whirledpeas.png );
    background-size: cover;
    margin: auto;
    margin-top: 1em;
}
 inner {
     display:block;
     margin:0;
     height: 100%;
    container-type: size;
 }

    main text {
        display: block;
        border-radius: 1em;
        padding: 1em;
        margin-top: 50cqh;
        transform: translateY(-50%);
        text-align: center;
        background-color: #fffd;
        background-color: #fffc;
    }


    main {
        width: calc(100vw - 40px);
        height: calc(140vw - 40px);
    }

@media screen and (min-width: 520px) {
    main {
        width: 500px;
        height: 700px;
    }
}

bigger {
    font-size: 150%;
    font-weight: bold;
}