@font-face {
  font-family: Motivion;
  src: url(./Motivion.otf);
}

body {  
  background-image: url("stormworks-build-and-rescue-pc-mac-jeu-steam-cover.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  align-items: center;  
}
.cool{
  font-family: Motivion;
  font-size: 20px;
  color: white;
  position: relative;
  text-decoration: none;
  left: 500px;
  top:-15px ;
}
.titre{
  color:white;
  position: relative;
  left: 395px;
  top:10px;
}
::-webkit-scrollbar-track{
  background-color:#62b3fa;
}
::-webkit-scrollbar{
  width: 7px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(to top,darkred, darkslateblue);
  border-radius: 4px;
  filter: blur(10px);
}


::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(to top, darkgoldenrod,burlywood);
  border-radius: 4px;
  filter: blur(10px);
}
.haut{
  background-image: url('rastaff1.jpg');
  background-attachment: fixed;
  background-size: 110px 80px;
  background-repeat: no-repeat;
  background-color: rgb(33, 143, 238);
  border: none;
  padding: 1.7px;
  margin-left: -8;
  margin-right:-8;
  margin-top: -8;
  border-radius: 1rem;
}
.ligne{
  background-color:darkgoldenrod;
  border: none;
  padding: 5px;
  font-size: 16px;
  margin: 1px ;
  border-radius: 4rem;
  background-attachment: fixed;
}
.button2{
  color:black; 
  text-decoration: none; 
}  
.button{
  position:relative;
  left: 50%;
  background-color:orangered;
  color:darkgoldenrod;
  padding: 15px;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 2rem;
  background-attachment: fixed;
}

.des{
   
  background-color:rgb(33, 143, 238);
  position: relative;
  padding: 10px;
  border-radius: 2rem;
}
.discord{
  position:relative;
  background-color: rgb(88,101, 242);
  color:darkgoldenrod;
  padding: 15px;
  text-align: center; 
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 2rem;
  background-attachment: fixed;
}
.twitch{
  position:relative;
  background-color: rgb(145,70,255);
  color:darkgoldenrod;
  padding: 15px;
  text-align: center; 
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 2rem;
  background-attachment: fixed;
}
.youtube{
  position:relative;
  background-color: rgb(205, 32, 31);
  color:darkgoldenrod;
  padding: 15px;
  text-align: center; 
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 2rem;
  background-attachment: fixed;
}
a{
  color:rgb(117, 71, 163); 
  text-decoration: none; 
}
.b{
  color:rgb(100, 65, 165); 
  text-decoration: none; 
}
.c{
  color:rgb(169, 166, 166); 
  text-decoration: none; 
}
.secret{
  text-decoration: none;
}
.image{
  position: relative;
  width: 30%;
  height: 30%;
}