* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  color: rgb(241, 238, 238);
  text-align: center;
}

img {
  width: 700px;
  margin-top: 200px;
}

h3 {
  /* border: solid 3px red; */
  font-size: 20px;
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: red;
}

p {
  font-size: 50px;
  color: black;
  margin-top: 50px;
  text-transform: uppercase;
}

footer {
  margin-top: 300px;
  /* border: solid 3px red; */
  width: 100%;
  height: 80px;
  text-align: center;
}

footer p {
  margin: 0;
  margin-top: 25px;
  font-size: 25px;
  text-transform: none;
  word-spacing: 5px;
}

.containercookie {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: solid 3px red;
}

.cookie {
 margin-left: 10%;
  border-radius: 10px;
  background-color: beige;
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  /* border: solid 3px red; */
  width: 80%;
  height: 90px;
  text-align: center;
}

.cookie p {
  font-family: "Inter", sans-serif;
  margin: 10px;
  font-size: 15px;
}

.cookie p a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.cookie button {
  margin-top: -5px;
  color: azure;
  background-color: black;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  border: none;
  cursor: pointer;
}
