@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-B.ttf') format(truetype);
}

* {
    font-family: 'Ubuntu';
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 25px;
    background: #74AB4A;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: rgb(0, 0, 0);
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #74AB4A;
    cursor: pointer;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #74AB4A;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #74AB4A;
}

.notice-success>strong {
    color: #74AB4A;
}

.notice-info {
    border-color: #74AB4A;
}

.notice-info>strong {
    color: #74AB4A;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger>strong {
    color:black;
}
#eco {
  font-size: 105%;
  text-decoration: underline #74AB4A;
}
#price {
  display: flex;
  justify-content: space-between;
  font-size: 150%;
}
#littletext {
  font-size: 50%;
}
#littlestar {
  margin-left: 500px;
}