* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Ubuntu";
}
.sticky_bar {
  background-color: rgba(243, 248, 255, 0.411);
  
}
.sticky_bar ul {
  background-color: none;
  list-style: none;
  
}

.sticky_bar a {
  color: black;
  text-decoration: none;
  font-family: "Ubuntu";
  font-weight: bold;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
 background-color: rgba(243, 248, 255, 0.411);
}
.sticky + .content {
  padding-top: 60px;
 
}




.button {
  font-size: 70px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}
.button a {
  text-decoration: none;
  color: black;
}
.button:hover a {
transition: .6s ease-in-out;
text-decoration: none;
color: white;
}
/* .button:hover {
  transition: 0.5s;
  border-radius: 20%;
  
background-color: rgba(0, 255, 255, 0);
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/*.bttn {
  text-decoration: none;
  position: absolute;
  top: 65%;
  right: 25%;
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;

  color: #ffffff;
  background-color: #4eb5f1;
  text-align: center;
  transition: all 0.2s;
}
.bttn:hover {
  background-color: #4095c6;
}
@media all and (max-width: 30em) {
  a.button3 {
    display: block;
    margin: 0.2em auto;
  }
}
.buynow {
  position: absolute;
  right: 2%;
  font-weight: bold;
}
.sticky_bar img {
  position: absolute;
  max-width: 11rem;
  height: 4.5rem;
  right: 87%;
}