:root {
  --wesbos: #ffc600;
}

.menu {
  display: none;
}
.menu--is-visible {
  display: grid;
}
@media (min-width: 768px) {
  .menu {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 80px;
  }
}
@media (min-width: 992px) {
  
img {  
  display: block;
  margin: 0px; 
  float: center;
  height: 120px;
  width: auto; 
border-radius: 50%;  }
}	
@media screen and (max-device-width:640px), screen and (max-width:768px) {
 .buttons-container {

  display: flax;
  width: 100%;
  border: none;
  background-color: #ffc600;
  color: white;
  padding: 16px 28px 10px 15px
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  }
  .buttons-container a {
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 16px 16px;
  text-decoration: none;


}

img {
  display: inline-block;
  margin: 0px; 
  float: left;
  height: 80px;
  width: auto; 
  border-radius: 50%;  
 /* max-width: 1000px;  
width: 320px;
height: 318px;
 */
}

/* Change color on hover */
.buttons-container a:hover {
  background-color: #746019f2;
  color: #FFFFFF;
}
}
.item__header {
  display: flex;
  align-items: baseline;
}
.item__title {
  font-weight: 400; 	
  font-size: 1rem;

   /*font: 20px arial, cursive;  */
  
  color: var(--wesbos);
  letter-spacing: 0px;
  margin: 5px;
}
.item__dots {
  flex: 1;
  border-bottom: 1px dashed #aaa;
  margin: 0 15px;
}
.item__price {
 font-weight: 400; 	
  font-size: 1rem;	
  color: var(--wesbos);
  /*font: 20px arial, cursive;  */
}
.item__description {
    margin-bottom: -5px;
    margin-top: 0px;
    padding: 0px 0px 10px 0px;
  text-align: left;
}

.buttons-container {
  display: fixed;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .buttons-container {

   display: block;
  width: 100%;
  border: none;
  background-color: #ffc600;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  }
}

.button {
  font: 14px arial, cursive; 
  margin: 5px 15px;
  padding: 15px 20px;
  border: 0px solid var(--wesbos);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
  display: block;

  border-radius: 5px;
  z-index: -1;
  transition: 0.24s;
}

* {
  box-sizing: border-box;
  border: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  /*font-size: 1.125rem;*/
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #000000;
  /* These words…
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("");
  …the same comment. */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #fff;
}

.wrapper {
 /* max-width: 1000px;*/
  margin: 0 auto;
  padding: 20px;
}

h2 {
  display: inline-block;
  border-bottom: 4px solid var(--wesbos);
  margin-top: 0;
  font: 40px arial, cursive;
  color: #FFFFFF
  
}
 .icon {
        vertical-align: middle;
        font-size: 40px;
}

div {
  text-align: center;
}

span {
  display: inline-block;
  vertical-align: middle;
}

.outer-line {
  width: 40%;
  border-bottom: 1px solid #ffc600;
}
	 
.tabs {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.tabs .tab {
  margin: -20px 0px 0px -20px;
  cursor: pointer;
}
.tabs .tab.active,
.tabs .tab:hover {
  color: #ffc600;
  border-bottom-color: #ffc600;
  border-bottom: 2px solid #ffc600;
}
.tab-content {
  display: none;

  line-height: 1.5;
  padding: 1rem 2rem;
}
.tab-content.active {
  display: block;
}

.centerа {
  text-align: center;
  border: 1px solid #ffc600;
  border-radius: 5px;
}
  .a3 {
	color: #fff !important;
}
.buttona {
  background-color: #000000; /* Green */
  border: none;
  color: #ffffff;
  padding: 16px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button2 {
  background-color: #000000; 
  color: #ffffff; 
  border: 2px solid #ffc600;
}

.button2:hover {
  background-color: #000000;
  color: #ffc600;
}
}