* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-family: "Gloria Hallelujah";
}

body {
    background-image: url("https://cdn-wednesday.github.io/remote-content/2419f29c45db4eb46245c8b89cf34dce35f6db8fb40a3631fd5424cb727b1ce3/assets/images/1000-Years-Later/background.png"), url("https://cdn-wednesday.github.io/remote-content/2419f29c45db4eb46245c8b89cf34dce35f6db8fb40a3631fd5424cb727b1ce3/assets/images/1000-Years-Later/sides.png");
    background-position: top, top;
    background-repeat: no-repeat, repeat-x;
    background-color: #1e1915;
	color: #5b8d56;
}

.conteneur {
    position: relative;
    padding-bottom: 50%;
    border: 10px solid transparent;
}

.liens {
    font-size: 80%;
    color: #5b8d56;
    text-decoration: underline dotted;
}

.copyright {
  text-align: center;
}

strong {
  color: #f3c39e;
}

body {
    font-family: 'Gloria Hallelujah';
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #fffff;
  border-radius: 6px;
}

body::-webkit-scrollbar-thumb {
  background: #f6c4a1;
  border-radius: 6px;
}

.transparent {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.37);
}
