* {
  margin: 0;
  padding: 0;
}
body {
  background: url("./CoffeeVibes.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: rgb(174, 214, 219);
  text-align: center;
  min-height: 100vh;
}

.logo {
  position: fixed;
  width: 45px;
  height: 30px;
  margin-top: 5px;
  margin-left: 5px;
  background-color: transparent;
}
.logo-name {
  position: fixed;
  font-size: 21px;
  font-weight: bolder;
  margin-top: 5px;
  margin-left: 49px;
  color: black;
  text-decoration: underline;
}
.logo,
.logo-name {
  box-sizing: border-box;
  top: 0;
  left: 0;
  border: 2px solid red;
}
.link1 {
  position: fixed;
  top: 5px;
  right: 20px;
  background: azure;
}

a:link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  background-color: black;
  color: bisque;
}
h2 {
  color: white;
  display: block;
}
h1,
.bonjour {
  color: white;
  font-size: 50px;
  font-style: italic;
  position: absolute;
  top: 100px;
  left: 43%;
  text-transform: capitalize;
  letter-spacing: 5px;
}
.content {
  width: 60%;
  line-height: 25px;
  margin: 200px auto;
  border: 2px solid red;
  background: linear-gradient(rgba(12, 12, 12, 0.2), rgba(8, 8, 8, 0.2));
}
.about-us {
  margin-bottom: 20px;
}
.aboutshadow {
  background: linear-gradient(rgba(34, 32, 32, 0.2), rgba(3, 3, 3, 0.2)),
    center/cover no-repeat fixed;
  border: 2px solid red;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.about {
  width: 60%;
  margin: auto;
  padding: 20px 20px;
  line-height: 25px;
  box-sizing: border-box;
  border: 2px solid red;
}
.infos {
  min-height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    center/cover no-repeat fixed;
  border: 2px solid red;
  margin: 150px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.contact-us {
  margin-top: 20px;
}
.contacts {
  width: 50%;
  box-sizing: border-box;
  border: 2px solid;
  padding: 30px 40px;
  margin: auto;
}
.text {
  display: block;
}
.feedback-text {
  float: left;
  margin-right: 10px;
}
.feedback-box {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.box {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  align-items: center;
  justify-content: center;
}

.box-button {
  width: 20%;
  margin: auto;
}
#coffees {
  color: rgb(13, 23, 46);
  border: 2px solid white;
}

.coffee-flavor {
  border: 2px solid yellow;
  margin-top: 30px;
  position: relative;
  height: 50em;
}

.coffee-images {
  border: 2px solid red;
  position: absolute;
  top: 300px;
  left: 130px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.text-coffee {
  border: 2px solid red;
  width: 320px;
  height: 200px;
  position: absolute;
  top: 300px;
  right: 130px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.flavor {
  position: absolute;
  top: 270px;
  left: 130px;
}
.coffee-price {
  position: absolute;
  bottom: 230px;
  left: 130px;
}
.buy-button {
  position: absolute;
  bottom: 205px;
  left: 130px;
  width: 70px;
}
.buy-button:hover {
  background: rgba(200, 200, 200, 0.9);
}
