/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

 body {
  align-items: center;
  background-color: #F0E7E9;
  background-image: url("/assets/background-708b702b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #261B23;
  display: flex;
  flex-direction: column;
  font-family: Sans-Serif;
  font-size: calc(0.9em + 0.5vw);
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 1.25;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
}

div {
  background: #D30001;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vw;
  width: 20vw;
  max-height: 280px;
  max-width: 280px;
  min-height: 86px;
  min-width: 86px;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0 2rem 2rem 2rem;
  position: absolute;
  right: 0;
}