.teal.lighten-2 {
    background-color: #FFD700 !important;
}
.card-image img {
    height: auto;

}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
body {
  padding-top: 64px; /* высота навбара */
}

.btn, .btn-large, .btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #FFD700;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.card {
  width: 400px; /* Выберите нужную высоту для блока */
    margin: 5px 5px 5px 5px;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-image {
  height: 100px; /* здесь вы можете задать желаемую высоту для изображения */
  position: relative;
  margin-top:10px;
  margin-left:10px;
  margin-bottom: 5px;
  display: flex; /* включаем flex-контейнер */
  align-items: center; /* выравниваем содержимое по центру по вертикали */
  justify-content: center;
}

.card-image img {
  object-fit: cover;
  max-width: 100px;
  margin-right: auto;
}

.card-content {
  flex: 1 0 auto;
  padding: 10px;
  overflow: hidden;
  height: 150px;
}

.card-action {
  padding: 10px;
  text-align: left;
}
.card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    position: relative !important;
    padding: 10px 24px;
	margin-bottom: -10px;
}
.card .card-title {
    font-size: 24px;
    font-weight: 300;
	color: #FFD700;
	margin-left: 20px;
	font-weight: bold;
}
.card.small {
    height: auto;
}
.card .card-content p.net {
    font-size: 16px;
	color: #FFD700;
	font-weight: bold;
}
#coinmarketcap-widget-coin-price-block {
  display: flex;
  flex-direction: column;
}
.page-footer {
    padding-top: 20px;
	margin-top: 40px;
    color: #fff;
    background-color: #FFD700 !important;
}
.coinPriceBlock-footer {
    margin-bottom: 20px;
}
#nav-mobile li.active a {
	background-color: #FFA500;
}
.input-field>label {
    color: #DCDCDC;
}
